标签:Fix 需要 浮动 oat 宽高 one 其他 兼容 目录
浮动
浮动的基本语法
清除浮动常用方法
例如:<div class="clear"></div>
*zoom:1;/*触发hasLayout兼容IE6、7*/
clearfix:after{
content:".";
display:block;
height:0;
visibility:hidden;
clear:both;
}
clearfix{
*zoom:1;/*触发hasLayout兼容IE6、7*/
}
清除浮动语法
clear:none/left/right/both
设置了float的元素会影响其他相邻元素,需要使用clear清除浮动,clear只会影响自身,不会对其他相邻元素造成影响
清除浮动其它方法
总结
标签:Fix 需要 浮动 oat 宽高 one 其他 兼容 目录
原文地址:https://www.cnblogs.com/yujiao-99/p/12910689.html