问题 - Nivoslider 位于 IE7 中的 jquery 下拉列表顶部
啊啊啊!我在 IE7 中的 jquery 下拉菜单和 nivoslider 遇到了严重的问题。由于某种原因,jquery 下拉菜单位于 IE7 中的 nivoslider 后面。它在除 IE7 之外的所有其他浏览器中都运行良好。我知道这是一个 z-index 问题,但我还没有找到一个好的解决方案。 网站 - www.ecologicalgroup.com。有什么建议吗?
Arrgghhh! I have been having a serious problem with my jquery dropdown and my nivoslider in IE7. For some reason, the jquery dropdown sits behind the nivoslider in IE7. It works great in all other browsers but IE7. I know its a z-index issue, but I haven't found a good solution on my end yet.
The website - www.ecologicalgroup.com. Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一位名叫 vance lucas 的 Web 开发人员发表了一篇很棒的文章,他帮助编写了一个 Jquery 函数来修复 IE7 的 z-index 问题。
http://www.vancelucas.com/blog/ Fixing-ie7-z-index-issues-with-jquery/
基本上会将其弹出到您的任何 Jquery .js 文件中,并且它会为 IE7 正确确定 Z-index 的优先级。
there's a great post by a web developer named vance lucas who helps write a Jquery function for fix the IE7 issues with z-index.
http://www.vancelucas.com/blog/fixing-ie7-z-index-issues-with-jquery/
basically pop that into any of your Jquery .js files and it prioritizes the Z-index correctly for IE7.
尝试给你的标题一个相对位置并将 z-index 设置为比 nivo-slider 更高的值。
Try giving your header a position relative and setting the z-index to a higher value than that of the nivo-slider.