jQuery 横幅和下拉菜单问题
您好,我对 jQuery 横幅和下拉菜单有疑问。下拉菜单位于 jQuery 横幅滑块后面。 此处查找示例。
我尝试了 z-index 和position:absolute 但无法修复它。
Hi I have a problem with jQuery banner and dropdown menu. The dropdown menu is behind the jQuery banner slider. Look for a sample here.
I tried z-index and position:absolute but I couldn't fix it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,获取 SWFObject 并使用它来嵌入 Flash 影片。
然后,将您的
wmode
设置为opaque
而不是transparent
,因为透明 wmode 对 CPU 要求很高,并且它们都遵循 Z 索引同样的重视。它看起来像这样:
First, grab SWFObject and use that to embed your flash movie.
Then, set your
wmode
toopaque
instead oftransparent
, as the transparent wmode is very CPU-demanding and they both respect Z-indexes in the same regard.It'll look something like this: