.clear { clear: both; } |
<p style="float:left;width:200px;">这个是第1列,</p> <p style="float:left;width:400px;">这个是第2列,</p> <p style="clear:both;">这个是第3列。</p> |
<p style="float:left;width:200px;">这个是第1列,</p> <p style="float:left;width:400px;">这个是第2列,</p> <div class="clear"></div> <p>这个是第3列。</p> |
.clear { clear: both; height:1px; margin-top:-1px; overflow:hidden; } |
新闻热点
疑难解答