Hey
Can you check the code also putting in the "load" event
because at the time jQuery(document).ready fires the Images in the div
must not be loaded. So you need to recalculate the Height/outerHeight
again after all the images/ fonts loaded
Just put your code again in load event
- jQuery(window).load(
function() {
-
-
jQuery("#frontPanel").height(
jQuery("#rightBody").height() );
- });