Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Nav 被推到图像转换器后面。我试过溢出:隐藏在几个 div 上,但没有解决。我一直在阅读,z-index 已经解决了其他类似的问题,但不确定在哪里实施。有任何想法吗?谢谢!
http://burnslawpa.com/
z-index 适用于定位元素。
尝试将此添加到您的#navbar
z-index: 10000; position: relative;
查看您当前的样式表添加以下内容:
#navbar li ul { position:relative; z-index:999999; }
注意:z-index只能用于positioned元素。因此position:relative
z-index
positioned
position:relative