Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Flash 横幅和 CSS 菜单可供使用。
我尝试使用 wmode 作为 flash 横幅透明的 flash,这使 css 菜单超过 flash 横幅。
但是闪存中的按钮在 IE 7 中不起作用,并且版本较低。
有什么解决办法吗???
大多数网站建议使用 wmode="opaque"
这可能会解决您的问题。使用 wmode="transparent" 为浏览器增加了更多工作以呈现一些透明度,而 opaque 是最好的解决方案。