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
时间: 2024-11-05 04:01:07
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