首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

扫除浮动三种方法 兼容IE Firefox Chrome等

2012-11-05 
清除浮动三种方法 兼容IE Firefox Chrome等!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//

清除浮动三种方法 兼容IE Firefox Chrome等

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><style type="text/css"><!--/* 方法三 要注意兼容性 加上clearfix类 */.clearfix:after {   content: "";   display: block;   clear: both;}.clearfix {   *zoom:1;}--></style></head><body><!--方法二 有时有副作用 set overflow hidden or auto --><div style="background:green;/*overflow:hidden;*/" /> --></div></body></html>

热点排行