gpt4 book ai didi

html - 图片覆盖我的导航栏

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

导航栏代码

ul {
position: fixed;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
list-style-type: none;
background: black;
margin: 0;
padding: 0;
}

li {
float: left;
padding: 25px 25px;
cursor: pointer;
}

a {
text-decoration: none;
color: white;
font-size: large;
}

及图片代码

.image {
position: relative;
left: 500px;
overflow: hidden;

所以当我滚动时,文本会平滑地隐藏在导航栏后面。但是enter image description here图片与导航栏重叠

现在在我的右边,“类似问题”的 div 也重叠在底部的黑色 div 上

最佳答案

你应该设置一个z-index到您的 ul 并确保它高于其他元素的值。

关于html - 图片覆盖我的导航栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34966377/

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