gpt4 book ai didi

html - 在 FireFox 中不工作 : div width to fill line and jump to new line when not enough space

转载 作者:行者123 更新时间:2023-11-28 07:04:10 24 4
gpt4 key购买 nike

我有两个 div:

  • 一个向右浮动(这个大小不变)
  • 另一个有宽度自动和 overflow hidden ,它使用行中所有剩余的空间,当可用空间少于最小宽度时,它跳到下面的行,填充它

这是我想要的行为,但它在 FireFox 中不起作用,它只是停止调整宽度并开始在恒定大小的 div 上移动

fiddle 示例:https://jsfiddle.net/qxda20g9/

<style>
.noadjust {
width:330px;
height:40px;
float:right;
background-color:teal;
color:white;
}
.automagic {
min-width: 160px;
overflow: hidden;
width: auto;
padding: 5px;
min-height: 30px;
background-color:lightblue;
}
</style>

<div class="noadjust">constant size</div>
<div class="automagic">fills line or drops to next</div>

最佳答案

我不确定为什么,但是如果容器 div 有 border-top 或 padding-top 它就解决了这个问题:https://jsfiddle.net/nhprvk72/

<div id="contain" style="padding-top:1px;">

如果有人愿意解释,我很想知道这是为什么。

关于html - 在 FireFox 中不工作 : div width to fill line and jump to new line when not enough space,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33058267/

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