.fix {
zoom:1;
}
.fix:after {
content: ‘.‘;
clear: both;
height: 0;
display: block;
overflow: hidden;
}
清除浮动造成的坍塌
标签:lock display clear 坍塌 pos hidden java highlight asc
.fix {
zoom:1;
}
.fix:after {
content: ‘.‘;
clear: both;
height: 0;
display: block;
overflow: hidden;
}
清除浮动造成的坍塌
标签:lock display clear 坍塌 pos hidden java highlight asc
原文地址:http://www.cnblogs.com/love-yangerlei/p/8053005.html