下拉菜单隐藏在横幅按钮后面
在此网站上,当用户将鼠标悬停在导航菜单标题“关于 MCAEL”上时,下拉菜单中的最后一个导航标题将隐藏在左箭头按钮下方。
我已将 z-index: 2000 添加到 nav css 中的各个部分(即 #nav #nav ul & nav ul li),并将按钮的 z-index 更改为 1,但在现代浏览器中,下拉列表仍然是躲在那个按钮后面。奇怪的是在 ie6 和 ie6 中7 没有问题。
有什么想法和/或建议可以尝试吗?
On this site, when user hovers over nav menu title "About MCAEL" the last nav title in the drop down is hiding underneath the left arrow button.
I've added z-index: 2000 to various portions in the nav css (i.e. #nav #nav ul & nav ul li), as well changed the button's z-index to 1, but still in modern browsers the drop down is hiding behind that button. Oddly enough in ie6 & 7 there isnt an issue.
Any ideas and or suggestions to try?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你将 z-index: -1 添加到你的 main_body div 中,它就可以工作。
顺便说一下,我签入了 FF 3.6 和 Chrome 8。
If you add z-index: -1 to your main_body div, it works.
By the way, I checked in FF 3.6 and Chrome 8.