gpt4 book ai didi

html - 工作位置粘相对窗口怎么办?

转载 作者:太空宇宙 更新时间:2023-11-04 01:06:44 24 4
gpt4 key购买 nike

假设我们有水平滚动的窗口。

页面上还有一个 block 。如果设置 position: relative 并设置 top: 20px 是否意味着 20px 从窗口顶部可见区域或包括滚动?

最佳答案

这是您的问题的演示。不确定这是否回答了您的问题,请随时编辑。

https://jsfiddle.net/joshmoto/zbc12ayu/1/

@import "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css";

.scroll-x {
overflow-x: scroll;
height: 400px;
border: 2px dotted #e83e8c;
}

.top-block {
position: relative;
top: 20px;
height: 40px;
background: rgba(0,0,0,0.75);
color: #ffffff;
line-height: 40px;
text-align: center;
}

.scolling-content {
background-image: linear-gradient(to right, orange, yellow, green, cyan, blue, violet);
width: 2560px;
height: 400px;
}
<div class="container mt-3">

<h4 class="mt-3 mb-3">Scroll Horizontal</h4>

<div class="scroll-x">

<div class="top-block"><code>position: relative; top: 20px;</code></div>
<div class="scolling-content"></div>

</div>

</div>

关于html - 工作位置粘相对窗口怎么办?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52018948/

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