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.
(现在, child-left
DIV将有更多内容,因此parent
DIV的高度根据孩子DIV增加。)
But the problem is child-right
height is not increasing.
(但问题是child-right
身高不会增加。)
How can I make its height as equal to it's parent? (我怎样才能使它的高度等于它的父母?)
ask by Veera translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…