`
shuaigg.babysky
  • 浏览: 552537 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论

清除浮动

    博客分类:
  • css
 
阅读更多

1.最常用的

.clear {clear:both;overflow:hidden;height:0;border:none;}

2.如果父元素允许overflow为hidden

.clearfix {zoom:1;overflow:hidden;}

3.如果不考虑ie6

.fix {zoom : 1}
.fix:after {content:'.';display:block;visibility:hidden;clear:both;line-height:0;}

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics