gpt4 book ai didi

html - 向下滚动时使侧边 block 保持在同一水平

转载 作者:太空宇宙 更新时间:2023-11-04 10:46:54 25 4
gpt4 key购买 nike

我需要这样的布局:

enter image description here

当你向下滚动时,red block 应该与 green block 保持在同一水平:

enter image description here

我尝试使用网格来解决这个问题:( plunker )

<div class="row md-padding">
<div class="col-xs-3" style="background-color:red">
<div>
<h3>Red</h3>
</div>
</div>

<div class="col-xs-5" style="margin-left:10px;margin-right:10px; background-color:green;">
<div class="row">
<h3 class="text-center">Green</h3>
</div>
</div>

<div class="col-xs-3" style="background-color:red">
<div>
<h3>Red</h3>
</div>
</div>
</div>

它确实把红色 block 放在了它们应该在的地方,但是当你向下滚动时,它们就不再可见了。

如何让红色 block 保持在同一水平面上?(如 img2 中所述)

最佳答案

你在找

position:fixed;

已更新 plunkr

关于html - 向下滚动时使侧边 block 保持在同一水平,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35321989/

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