左に浮動する div と、右に浮動する別の div があり、フローティング 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>
問題は何ですか?