gpt4 book ai didi

css - 悬停不适用于整个街区

转载 作者:太空宇宙 更新时间:2023-11-03 21:55:19 26 4
gpt4 key购买 nike

我正在尝试为整个 anchor 元素创建悬停效果,但它不起作用,一旦鼠标离开文本,下拉菜单就会消失:

Here是测试站点。

CSS:

.menu{}
.menu li{float:left;margin-right:24px;list-style-type:none;height:46px;}
.menu li a{width:100%;text-transform: uppercase;color:#39444A;text-decoration:none;font-weight: bold;font-size:18px;display:block;height:46px;}
.menu li a:hover{border-bottom-style: solid;border-bottom-width: 2px;border-bottom-color: #E87D05;color:#E87D05;height:46px;display:block;}
ul.sub_navigation , .sub_navigation
{
position: absolute;
display: none;
z-index: 100;
background-image: url('/images/menu-bg-png.png');
background-repeat:repeat-y;
padding:10px 0px 10px 28px;

}

我哪里弄错了?

最佳答案

CSS(添加):

.menu li a {
position: relative;
z-index: 5;
}

关于css - 悬停不适用于整个街区,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14214342/

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