CSS清除浮动方法汇总
程序员文章站
2022-12-18 19:47:25
清除浮动
//ie浏览器
.clearfloat{
zoom:1
}
//其他浏览器
.clearfloat ; afte...
清除浮动
//ie浏览器 .clearfloat{ zoom:1 }
//其他浏览器 .clearfloat ; after{ display:bloak; clean:both; content:""; visibility: hidden; height:0 }
下一篇: 正则表达式的基本语法