I\'ve been feverishly CSSing my way through the final leg of a site I\'m building and I\'m running into an odd quirk with Chrome only. FF and IE seem to work fine.
I a
Exactly same problem I encountered, and the answer I came about is no.
I only managed to fix this by checking the height of the new div with the new content after AJAX load, and setting the correct height with with jQuery.
It would be really good if someone could find a way to force an auto resizing, but meanwhile this solution worked perfectly regardless of the amount of content.