摘要: 今天回顾一下css中的清除浮动 /*所有主流浏览器都支持 :after 伪元素。*/.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden} .clearfix{*+height:1%;}/*不知道有什么用处,不加ie7也没有问题*/测试代码:<html > <head> <title> new document </title> <meta name="generator" content=&qu 阅读全文
posted @ 2012-12-17 17:41 cssfirefly 阅读(4915) 评论(3) 推荐(0)
foot