gpt4 book ai didi

css - 将动态框定位在中心+底部

转载 作者:太空宇宙 更新时间:2023-11-03 22:03:56 27 4
gpt4 key购买 nike

http://pastehtml.com/view/bfzerlo1m.html

如何将红色框放在橙色 div 底部的 CENTER + 中?

红框的高度和宽度都是动态的,每个框都不同..

(它需要在包括IE7 + IE8在内的所有浏览器中工作)

最佳答案

HTML

<DIV class="wrapper"><div class="redbox"></div></div>

CSS

.wrapper{
position: absolute;
bottom: 0; left: 0; right: 0;
}
.redbox{
margin: 0 auto;
}

关于css - 将动态框定位在中心+底部,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8360375/

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