亲宝软件园·资讯

展开

float 飘出父层的解决 float引起层飘出父层的解决办法

人气:0
想了解float引起层飘出父层的解决办法的相关内容吗,在本文为您仔细讲解float 飘出父层的解决的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:float,层飘出,父层,下面大家一起来学习吧。
1.加clear空div
.clearfix:after {
content: “.”; display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}/* End hide from IE-mac */
.clearfix {
display: block;
margin: 0px;
clear: both;
padding: 0px;
visibility: hidden;
background-color:#666666;
border:0px none #FFFFFF;
}
.clearfix:after { height: 1px;}

使用方法:
在所有浮动层之后加上这个层
<div class=”clearfix”></div>

2.把背景层加浮动,但是这个方法会影响其他的div,有时候好用。

3.加 overflow 这个也有问题,会影响div的外观。

加载全部内容

相关教程
猜你喜欢
用户评论