所以我有一个论坛,当论坛填满时,2个内部div'突破'主要的白色div。知道为什么吗?我只是希望它们以小的5px边框在彼此之间。这是我的Css,它显示了我正在尝试做的事情。
的CSS
#white {
width:860px;
height:auto;
min-height:325px;
margin-top:30px;
padding-bottom:5px;
margin-left: auto;
margin-right: auto;
position:relative;
top:60px;
background:rgba( 243, 243, 243, 0.7);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
#blue {
background-color:#CDCDCD;
margin-right: auto;
width:830px;
min-height:305px;
height:auto;
position:relative;
top:10px;
left:15px;
background:rgba( 11, 185, 250, 0.8);
}
#grey {
background-color:#292929;
margin-right: auto;
left: 5px;
width:820px;
min-height:292px;
height:auto;
position:relative;
top:5px;
background:rgba( 224, 224, 224, 0.8);
padding-bottom:2px;
}
#container {
margin-right: auto;
left: 5px;
width:795px;
min-height:292px;
height:auto;
position:relative;
top:5px;
font-size:17px;
right:15px;
}
答案 0 :(得分:1)
在主要div上添加css
overflow:hidden