gpt4 book ai didi

css - 需要重叠div

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

我有一个使用 bootstrap 的网站设置,并根据我的喜好设置了导航栏。现在我必须处理我的容器。我在这里想要类似这张图片的东西 ( http://awesomescreenshot.com/0d61zypfff )。主容器与导航栏重叠了一点。我已将这些类用于我的导航栏,并布置了我认为理想的代码布局。

<div class="navbar navbar-inverse navbar-static-top" role="navigation"></div>
<div class="container"> //Please do not add any styling to the container
<div class="index"> //background: #ffffff;
This text overlaps the menubar
</div>
</div>

我在导航栏中添加了额外的 padding-bottom 以使导航栏更加“浅黄色”,并希望我的索引部分与它重叠。如果我需要添加更多信息,请告诉我。

最佳答案

要添加到@isherwood,您还必须设置z-index: -1;。这将使索引 div 与导航栏重叠。

关于css - 需要重叠div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20159180/

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