.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; } |
新聞熱點
疑難解答