gpt4 book ai didi

html - 无法使用 CSS 将 div 定位到底部 0px

转载 作者:太空宇宙 更新时间:2023-11-03 18:28:40 24 4
gpt4 key购买 nike

我试图将我网站上的一个 div 定位到底部 0px。请看下面的代码。这个位置为 0px 的 div 包裹在另一个 div 中。

这是 HTML

<div class="top-wrap">
<div class="clearfix top-cleafix">
<div class="test">
Test
</div>
</div>
</div>

这是 CSS

.clearfix{
width: 960px;
margin-left: auto;
margin-right: auto;
}

.top-wrap{
height: 341px;
background: #F00;
width: 100%;
}

.top-cleafix{
height: 100%;
}

.test{
bottom: 0px;
}

最佳答案

添加

   position:absolute;

   position:relative;

基于内容

关于html - 无法使用 CSS 将 div 定位到底部 0px,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20298592/

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