清除浮动的方法 after伪类。

1 .clearfix{
2                 *zoom:1;
3             }
4             .clearfix:after{
5                 content: "";
6                 display: block;
7                 clear: both;
8             }

在样式中加入上面一段。

zoom

after伪类: 元素内部末尾添加内容; :after{content"添加的内容";} IE6,7下不兼容

zoom 缩放

a、触发 IE下 haslayout,使元素根据自身内容计算宽高。

b、FF 不支持;

posted on 2016-03-01 10:59  hduhdc  阅读(371)  评论(0编辑  收藏  举报