摘要:
引用http://www.w3cfuns.com/thread-5593954-1-1.htmlCSS1.overflow-x属于 CSS2 还是 CSS3 overflow-x 属于CSS2。2.请列举几种可以清除浮动的方法(至少两种) 在父级元素使用overflow:hidden;但是在ie6 上有CSS Hack 在父级元素使用float; 使用clear: both; 我一般这样使用 .cf:before, .cf:after{content:"\0020";display:block;height:0;overflow:hidden;} .cf:after{cle 阅读全文
posted @ 2013-07-07 22:11
聪哥、有点恾
阅读(366)
评论(0)
推荐(0)