码迷,mamicode.com
首页 > 其他好文 > 详细

闭合浮动

时间:2014-09-05 12:54:02      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:ar   for   sp   on   c   ef   table   bs   as   

方法一:

.clearfix:after {content:"."; display:block; height:0; clear:both; } 
.clearfix { *zoom:1; }

方法二:

.clearfix:before,.clearfix:after { 
    content:""; 
    display:table; 

.clearfix:after { clear:both; }/* For IE 6/7 (trigger hasLayout) */ 
.clearfix { zoom:1; } 

闭合浮动

标签:ar   for   sp   on   c   ef   table   bs   as   

原文地址:http://www.cnblogs.com/xiaotaiyang/p/3957809.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!