我有一個div向左浮動,div向右浮動,我想要更改背景顏色。它改變了背景,但它在浮動div之前停止。當我將它們取下時,它會繼續保留我想要的正確背景顏色。css,html幫助:左右浮動,關閉背景以擴大div div
<div style='clear:both;border-bottom:3px solid #999;border-top:#333 solid thin;background:#D7E7E8;position:relative;'>
<div style='width:1091px;margin:0 auto;margin-top:70px;'>
<div style='float:left;width:200px;border:thin solid black;margin-bottom:50px;position:relative;'>
float LEFT
</div>
<div style='float:right;border:thin solid black; width:800px;border:thin solid black;margin-bottom:50px;position:relative;'>
float RIGHT
</div>
</div>
</div>
謝謝!
謝謝!我選擇這是正確的答案,因爲我不必亂用doctype!多謝你們! – hellomello 2011-05-27 17:03:30