<div style="height:auto;width:100%">
xxxx
</div>
如果上面的div不自动增高,在其下面加上:
<div style="height:auto;width:100%">
xxxx
</div>
<div style="clear:both;"></div>
如何还不行,将上面的div包裹一个div再加上:
<div>
<div style="height:auto;width:100%">
xxxx
</div>
<div style="clear:both;"></div>
</div>