gpt4 book ai didi

HTML 结构 - 填充 2 个 float div 之间的空间

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

我正在尝试实现一种布局,其中我有左右浮动的列,中间有一些内容,填充所有可用空间。我可以使用什么标记/CSS 来实现以下目标?我的内容 div 总是错误地包裹在它下面的右侧 float div。

我正在尝试的 fiddle :fiddle

<div style="float: left;">
left floated content
</div>

<div>
fill space between left and right floated content
</div>

<div style="float: right;">
right floated content
</div>

最佳答案

如果那些 float 的 div 是固定宽度的,这就是实现它的方法。

<div style="float: left; border: 1px solid blue; width: 150px;">
left floated content
</div>

<div style="float: right; border: 1px solid green; width:150px;">
right floated content
</div>

<div style="margin-right:150px; margin-left:150px;">
fill space between left and right floated content fill space between left and right floated content fill space between left and right floated content fill space between left and right floated content fill space between left and right floated content fill space between left and right floated content fill space between left and right floated content
</div>

关于HTML 结构 - 填充 2 个 float div 之间的空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47166543/

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