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

clearfix--清除浮动

时间:2015-05-18 22:24:06      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:

 1 .clearfix {
 2   zoom: 1;
 3   display: table;
 4   width: 100%;
 5 }
 6 .clearfix:after {
 7   content: " ";
 8   display: block;
 9   clear: both;
10   height: 0;
11 }

原文:http://www.45eggs.com/xhtml-css/2011/css-clearfix.html

clearfix--清除浮动

标签:

原文地址:http://www.cnblogs.com/talentzemin/p/4513030.html

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