gpt4 book ai didi

html - 谷歌浏览器断开链接与 z-index : -1

转载 作者:太空宇宙 更新时间:2023-11-04 05:02:00 24 4
gpt4 key购买 nike

最近我遇到了 Chrome 的一个问题,如果我将 z-index 设置为 -1 到 position: relative; 无序列表,链接将无法点击。

参见 http://jsfiddle.net/raLnx/以 Chrome 20.0.1132.47m 为例。

如果两个 ul 部分都被赋予一个正的 z-index 就没有问题,但我认为这要么是 chrome 中的一个错误,要么有比设置某些东西更好的方法 position:相对; 当我不需要时。

有问题的 CSS:

ul.over {
height: 40px;
line-height: 40px;
border-radius: 5px;
background-color: #DDD;
border-bottom: 2px solid #AAA;
}

ul.under {
height: 35px;
padding: 0 30px;
background-color: #EEE;
line-height: 35px;
font-size: 90%;
position: relative;
bottom: 5px;
z-index: -1;
}

有什么想法吗?

最佳答案

发生这种情况的原因是因为您的 div #nav 现在位于您的列表/链接之上。您必须从列表中删除 z-index。

关于html - 谷歌浏览器断开链接与 z-index : -1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11330291/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com