z-index 和 flash 组件
我通常可以让 z-index 正常工作,但是在这个页面和这个 flash 文件上,我无法...
页面位于:https://www.bcidaho.com/waiveship/index.asp
我尝试将 flash 文件包装在 div 中并设置 z-index:-1;和其他变化...但我的下拉导航一直落后于Flash文件...
我一直在使用FireBug并用我的导航菜单修改阳光下的所有内容,但无济于事。任何见解将不胜感激。
I usually can get z-index to work properly, but on this page, and this flash file, i am unable to...
page is located: https://www.bcidaho.com/waiveship/index.asp
I have tried wrapping the flash file in a div and setting the z-index:-1; and other variations...but my drop down navigation keeps falling behind the flash file...
I have been using FireBug and modifying everything under the sun with my navigation menu, but to no avail. any insight would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 swf 文件的wmode从窗口更改为透明。这应该可以解决它。
有关wmode的更多信息,您可以找到此处
Change the wmode from window to transparent for your swf file. This should fix it.
More info about wmode you can find here