在 IE 上发布到服务器时 Superfish 下拉菜单落后
当我在 Visual Studio 上运行它时它很好,但如果部署到 IE 上的 Web 服务器,它就会落后。它与 Mozilla 完美配合。
Its fine when I run it on Visual Studio but then it goes behind if deployed to web server on IE. It works perfectly with Mozilla.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现 IE 的技术是通过它的 z-index 来取代并使 div 位于位置:相对。请参阅下面的代码示例。
给定这个 HTML。
而且,CSS ..
那么 IE 中的 superfish 下拉列表现在应该始终位于内容之上。
I found that the technique with IE was to supersede via its z-index and making the div at position:relative. See code example below.
Given this HTML.
And, the CSS..
Then the superfish dropdown in IE should now always be on top of content.