0
我有兩個div工作..上邊距內部沒有DIV
CSS
#content {
background: url('../images/bg.jpg') no-repeat left;
width: 100%;
height: 811px;
}
#welcome {
background: #fff;
width: 600px;
height: 50px;
color: #000;
margin-top: 200px;
}
HTML
<div id="content">
<div id="welcome">
this is welcome
</div>
</div>
保證金移動父格,內部沒有一個。我也試圖給父母div,填充同樣的東西。怎麼解決?
可能[Margin-Top push outer div down]的副本(http://stackoverflow.com/questi ons/2680478/margin-top-push-outer-div-down) – nalply
添加一個float元素,例如'float:left;' – meda
這是崩潰邊距的經典示例...請參閱發佈者@nalply –