gpt4 book ai didi

javascript - 将鼠标悬停在下拉选项上合并到容器后面,如何让下拉选项显示在容器上方

转载 作者:行者123 更新时间:2023-11-28 17:07:56 25 4
gpt4 key购买 nike

将鼠标悬停在下拉菜单(类别、排序方式)上,无法在容器后面查看选项,如何让下拉选项显示在容器上方

.container {
margin: 25px auto;
position: relative;
width: 800px;
height:800px;
background-color: #D8D8D8;
padding-left: 10px;
padding-right: 10px;
}
h1 {
text-align:center;
}

}
.categories {
float: left;
}
.sortby{
float: center;
}
.search{
float:right;
}
.container1 {
position: relative;
top: 150px;
left: 200px;
bottom: 300px;
right: 400px;
vertical-align: middle;
position: absolute;
width: 50%;
background-color: #FFFFFF;
border: solid 1px #0076a3;
}

请在下面我的 fiddle 链接中找到 HTML 和 CSS 代码: https://jsfiddle.net/testnew/fne7njrb/

最佳答案

设置下拉 UL 的 z-index:

li ul {
display: none;
z-index: 100; <--- Set this
}

关于javascript - 将鼠标悬停在下拉选项上合并到容器后面,如何让下拉选项显示在容器上方,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29899793/

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