I have the page structure as:
<div class="parent">
<div class="child-left floatLeft">
</div>
<div class="child-right floatLeft">
</div>
</div>
Now, the child-left
DIV will have more content, so the parent
DIV’s height increases as per the child DIV.
But the problem is child-right
height is not increasing. How can I make its height as equal to it’s parent?