gpt4 book ai didi

css - 需要澄清以解决下拉菜单覆盖 CSS 中的横幅或标题的问题

转载 作者:行者123 更新时间:2023-11-28 13:55:14 24 4
gpt4 key购买 nike

我定制了一个横幅和一个下拉菜单。将鼠标悬停在菜单上会出现下拉菜单。如果我滚动此菜单,则该菜单不会低于横幅,而是会覆盖横幅。

My css design

我的菜单css3代码

    #menu ul {
background: -moz-linear-gradient(#444444, #111111) repeat scroll 0 0 transparent;
border-radius: 5px 5px 5px 5px;
display: none;
float: left;
left: 0;
list-style: none outside none;
margin: 0;
padding: 0;
position: absolute;
top: 30px;
width: 200px;
z-index: 99999;
}
style.css (line 305)
ol, ul {
list-style: none outside none;
border: 0 none;
font-size: 100%;
line-height: 1.2em;
margin: 0;
padding: 0;
vertical-align: baseline;
}

the header or banner css:
#the_header {
background: -moz-linear-gradient(center top , #000000 0%, #45484D 100%) repeat scroll 0 0 transparent;
border-bottom: 1px solid #BBBBBB;
box-shadow: 0 0 10px #000000;
color: #EEEEEE;
font-size: 30px;
font-style: italic;
height: 30px;
line-height: 30px;
padding: 30px;
position: fixed;
text-align: center;
text-shadow: 1px 1px 1px #000000;
top: 0;
width: 100%;
z-index: 1000;
}

这里有什么问题?

最佳答案

在您的标题或横幅 CSS 中尝试插入以下代码片段。

max-height:30px;

这应该有效。

关于css - 需要澄清以解决下拉菜单覆盖 CSS 中的横幅或标题的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10895214/

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