我有一個div浮動到左邊,另一個浮動到右邊 包括浮動div的主要div沒有達到頁面底部 和代碼示例是:CSS浮動div在另一個div
<div style=" width: 900px; height:auto; margin:5px auto; background:#666; ">
<div style="float:left;">
Some content! Some content! Some content!
</div>
<div style="float:right;">
Some content! Some content! Some content!
</div>
</div>
什麼問題?
高度沒有設置,它被設置爲自動。 –
dupe:http://stackoverflow.com/questions/2062258/floating-stuff-within-a-div-floats-outside-of-div-why – Ryan