我可以在不接触 html 的情况下完成此操作吗?
html...
<div>
<img src="http://i50.tinypic.com/1zey0j8.gif" alt="" />WALLPAPER
<span>some paragraph here
some paragraph here /*this should not go below the image*/
some paragraph here
some paragraph here
</span>
</div>
css...
div{width: 200px;}
img{float: left; width: 50px; height: 50px;}
span{display: block;}
编辑
Kaloyan Ivanov给了我一个最好的答案。但我想知道溢出隐藏是如何做到的?