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.
我的页面在这里,我的样式表在这里,并且多次说“你好”的文本正在浏览导航菜单,即使它的 z-index 较低。
怎么了?
主要内容 div 没有越过导航,它只是看起来像它,因为导航上没有背景颜色,所以它是透明的。
如果您为导航菜单提供背景颜色,您应该会看到它在向下滚动时隐藏了文本。
我只在 Chrome 中测试过这个。
#nav为例如设置背景颜色#212121
#nav
#212121
嘿,现在你只需定义
ul#navmenu{ z-index:2; }