Here is what i want...
<div style="width:1000px;">
  <div style="float:left; width:300px; height:auto;">    </div>
  <div style="float:right; width:700px; height:auto;">    </div>
</div>
I want that, if height of second DIV increases, height of third DIV should also increase automatically...
In short, (second DIV height = third DIV height)
 
     
     
    