gpt4 book ai didi

html - 如何使用剩余宽度?

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

我想让 div2 在 div1 的右侧水平对齐。 Div2 还应该拉伸(stretch)剩余的宽度,这是一个可变数字(浏览器宽度)。如果我将 div2 宽度设置为绝对宽度 (300px),我会得到正确的对齐方式,但不会消耗剩余的宽度。

应该怎么做?

<div id="1" style="float:left;width:100px">
the first box
</div>
<div id="2" style="float:left;width:100%">
the second box
</div>

最佳答案

只要让左边的 float ,第二个会调整它的宽度:

<div id="1" style="float:left;">
the first box
</div>
<div id="2">
the second box
</div>

关于html - 如何使用剩余宽度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15669174/

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