怎样让两个div保持相同的高度

<div>
<div style="float:left;width:100px; background:#FF0000;">left</div>
<div style="float:left;width:100px; background:#666;">right<br/>right</div>
</div> 应该怎样改,才能让左边的随着右边的增高而增高

第1个回答  2013-07-17
我不明白的是:你为什么非得让左边的div随着右边的div高度的增高而增高呢???
相似回答