The coding is done using VS2008 There are two divs in my page namely "dvLeftContent" and "dvRightContent". I cannot statically set the height of the pages since "dvRightContent" have variable heights on various pages (Master Pages are used here) Is there a client side function(javascript or jquery) that takes the height of the right div and assigns it to left div?
|
|
|
|
|
|
|
Using jQuery:
|
||
|
|
|
|
Hi micahwittman, yeah i know. I posted it for any future reference. Thanks pal |
||
|
|
|
|
Hi mlarsen, Will this plugin works if the div changes(using js without a postback) after the page is loaded? |
|||
|
|
|
There is also a jQuery plugin which does the job for you: Equalize It handles both the scenario where rightcol is larger then leftcol or where leftcol is larger than rightcol. It also allows you to specify which element inside either leftcol or rightcol should get the space added. |
||
|
|
|
|
Thanks micahwittman. Some minor changes
Its because height will give only "auto" in this case as its set like that |
|||
|
