gpt4 book ai didi

html - 在固定元素之上滚动元素

转载 作者:行者123 更新时间:2023-11-28 01:21:04 24 4
gpt4 key购买 nike

我想要一个固定的元素,其他元素可以在上面而不是下面滚动。

像这里我希望“文本”在白框的顶部向上滚动而不是被它覆盖

html{
background: grey;
}

.white{
position: fixed;
background: white;
width: 100%;
height: 50px;
}

.space
<div class='white'></div>
<div><br><br><br>text</div>
<div style="height:1000px"></div>

最佳答案

您需要使用 z-index。

所以 .white 将是一个 z-index:100,然后使用 z-index:101 向您的文本 div 添加一个类

关于html - 在固定元素之上滚动元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33883750/

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