Height of the div respective to other DIV
Posted
by Wazdesign
on Stack Overflow
See other posts from Stack Overflow
or by Wazdesign
Published on 2010-04-22T10:53:26Z
Indexed on
2010/04/22
11:03 UTC
Read the original article
Hit count: 246
Hi I have DIV structure something like this.
<div class="leftCol">
Left Col Content
</div>
<div class="rightCol">
Right Col Content
</div>
I want to calculate the height of the right col. and that height to Left col.
© Stack Overflow or respective owner