发布网友
共1个回答
热心网友
第三个div之前清除浮动。
如果样式中定义了.cl{clear:both}
则在div3上面加个<div class="cl"></div>
如果没有清除浮动定义
则加个<div style="clear:both"></div>