我想整個#cont
只需添加一個紅色邊框,但每當我浮這些三盒邊界不工作,只談到在上面不換所有的div.however我可以使用邊界在CSS 溢出:自動。它的工作原理,但我只是想知道爲什麼它不出去溢出工作。沒有裝修根據DIV
HTML:
<div id ="cont">
<div class ="box" > box1 </div>
<div class ="box" > box2 </div>
<div class ="box" > box3 </div>
</div>
<div id="foo">footer</div>
CSS:
#cont {
width:950px;
border:1px solid red;
}
.box {
width:300px;
height:100px;
border:1px solid black;
background-color:orange;
float:left;
}
#foo {
width:100px;
background-color:blue;
clear:both;
}
你可以分享鏈接到您的jsfiddle所以我們可以tweek它 –
你需要一個[clearfix(http://stackoverflow.com/questions/8554043 /是什麼 - 是 - 一 - clearfix) – giorgio
@Raheel提供的鏈接 – 2016-11-24 08:11:16