gpt4 book ai didi

html - 图像向左浮动,带有流体测量

转载 作者:行者123 更新时间:2023-11-28 18:53:33 25 4
gpt4 key购买 nike

我有这样的内容 block

<div>
<img src="/path/to/image.jpg">
<h4>Title</h4>
<div>
<p>Paragraph</p>
<p>Paragraph</p>
<p>Paragraph</p>
</div>
</div>

Please check jsFiddle for a complete example with CSS .

这些元素中的任何一个都不应具有固定的宽度或高度。正如您在 jsFiddle 中看到的那样,我在图像上使用了 float:left (130px),在其他元素上使用了 margin-left (140px),以便对齐他们正确。

我的问题是我有很多图像具有可变宽度。每次我有新图像时,我都无法更改边距。我希望其他元素(h4div)能够动态适应剩余宽度:

enter image description here enter image description here

我怎样才能做到这一点?

请帮忙,我真的卡住了。

最佳答案

自己找了一个CSS方案:

只需在图片上添加一个margin-right即可。

即使在 IE 中也能正常工作!

关于html - 图像向左浮动,带有流体测量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8610162/

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