gpt4 book ai didi

CSS 固定位置属性带来麻烦

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

我有以下 div,我想将其固定在窗口顶部:

<div class="head"> <img scr="website.jpg" id="heading">
<div id="nav"> <a href="pro.html"><img src="tag1.jpg"></a> |
<a href="forum.html"><img src="tag2.jpg"></a> |
<a href="glr.html"><img src="tag3.jpg"></a> |
<a href="cus.html"><img src="tag4.jpg"></a>
</div>
</div>

我能够成功地设置上述 2 个 div 的样式,但是当我尝试添加时

.head{
position:fixed;
}

div 向下抛出,在其上方留有相当大的空间。我尝试删除所有 margin:top 实例,但这没有帮助。有什么问题吗?

最佳答案

你也必须设置一个位置,所以:

position: fixed; left: 0; top: 0;

关于CSS 固定位置属性带来麻烦,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24136632/

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