CSS中clear:both用法及事例

例如

<style>
.demodiv{float:left;width:100px;height:50px;background:red;margin:5px;}
.d{clear:both}
</style>
<div class="demodiv">1</div>
<div class="demodiv">2</div>
<div class="d"></div>
<div class="demodiv">3</div>
<div class="demodiv">4</div>

posted @ 2011-11-01 20:09  星火卓越  阅读(217)  评论(0编辑  收藏  举报