By default, a DIV\'s height is determined by its contents.
But, I override that and explicitly set a height with jQuery:
$(\'div#someDiv\').height(so
you can try this:
$('div#someDiv').height('');