ie7中Superfish垂直下拉菜单z-index问题
我发现了很多关于这个问题的问题,并且尝试了我找到的所有解决方案(父级的 z 索引、父级的相对位置、角插件等...),但似乎没有任何帮助。这是演示:
http://visztpeter.me/Develop/index.html
适用于所有浏览器,IE7除外。有什么想法吗?
I found many questions about this issue and i tried all of the solution i found (z-index to parent, relative position to parent, the corner plugin etc...), but nothing seems to help. Here is the demo:
http://visztpeter.me/Develop/index.html
Works in all browser, except IE7. Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我找到了一个解决方案:
所以基本上我只需要向内部有下拉菜单的列表元素添加更多的 z-index 。
Ok, i found a solution:
So basicly i just need to add more z-index to the list element that has dropdown menu inside.