gpt4 book ai didi

html - float div 中的图像 : minimum height = font-height/line-height?

转载 作者:行者123 更新时间:2023-11-28 18:01:13 26 4
gpt4 key购买 nike

有人可以解释为什么这个标记:

<div style="border: 1px solid gray; float: left;">
<img src="fooImage.png" style="height: 2px; width: 2px;" />
</div>

呈现大约 2x18 的 float div(在 Chrome/Firefox 中)而不是 2x2 div

即使所有空格都被删除,图像似乎也遵循 font-size/line-height 而不是 height它的内容(img)。

fiddle :http://jsfiddle.net/26BSb/2/

最佳答案

Different rendering from Chrome and Firefox when having floated children in a floated div with no width. 这听起来很熟悉

一个建议是将 float parent 的 css width 设置为 width:auto

但是,除了确保为父 div 定义 css width 之外似乎没有其他答案

关于html - float div 中的图像 : minimum height = font-height/line-height?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20364529/

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