這裏是我想要的東西......如何自動增加div的高度,因爲另一個div的高度增加?
<div style="width:1000px;">
<div style="float:left; width:300px; height:auto;"> </div>
<div style="float:right; width:700px; height:auto;"> </div>
</div>
我想的是,如果第二個DIV高度的增加,第三DIV的高度也應該自動增加...
總之, (第二DIV高度=第三個DIV高度)
http://stackoverflow.com/questions/1205159/html-css-making-two-floating-divs-the-same -高度 – Pavel