我想做的是:
--------------------------------------------
| --------- text text text text text text |
| | image | text text text text text text |
| | | text text text text text text |
| | | text text text text text text |
| --------- text text text text text text |
| text text text text text text text text |
| text text text text text text text text |
--------------------------------------------
字符串
标记应该是正确的:
<div>
<img src='myimage.jpg' style='float:left;'>
tex text text ..
</div>
型
问题是-如果只有几个文本,图像将从容器div中“浮动”出来,看起来像这样:
--------------------------------------------
| --------- text text text text text text |
| | image | text text text text text text |
|_| |________________________________|
| |
---------
型
我该如何解决这个问题?对我来说唯一的解决方案似乎是设置div容器的min-height。
3条答案
按热度按时间cyej8jka1#
字符串
qhhrdooz2#
在
style="clear:both;
元素的末尾添加一个空元素,就像这样:字符串
wbrvyc0a3#