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?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…