xhtml代码:
<p><img src="imgpath" alt="image" />Text here</p>
img{float:left;}
p{position:relative;padding-left:100px/*图片宽度及相应与文字应保持的边距之和*/;}
p img{position:absolute;}
PS:演变而来的更多应用,你想到了吗?
-------2008.11.7-------
IE6下可能出问题,可以给p加入
height:auto!important;height:1px;