Flash 影片呈现在 dhtml 菜单顶部
应该如何将 Flash 影片放置在 dhtml 菜单下?
在以下页面上: http://bit.ly/aZai8 ,Flash 影片出现在 dhtml 的顶部Internet Explorer 中的下拉菜单。在更文明的浏览器中这似乎不是问题。
How should one go about placing a flash movie beneath a dhtml menu?
On the following page: http://bit.ly/aZai8 , the flash movie appears on top of the dhtml drop down menus in Internet Explorer. This does not seem to be an issue in more civilized browsers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
添加到
flash 对象标签内,并将 wmode="transparent" 属性添加到其中的嵌入标签中。
Add
inside the flash object tag and add the wmode="transparent" attribute to the embed tag inside it.
在嵌入代码中,将 wmode 设置为透明。
http://www.flashvista.com/details/item/1471/
In the embed code, set the wmode to transparent.
http://www.flashvista.com/details/item/1471/
并将 z-index 添加到菜单和 swf 对象:)
and add z-index to menu and swf object :)