IE8 not resizing sidebar after programmatically adding content.


Author Message
jpc

Posted: 2/5/2012
Quote message 

I'm using jquery to programmatically add content to an artisteer template exported as html. The page is loaded and the user can add elements to a form before submitting. In FF the sidebar sizes nicely, however, in ie8, the template doesn't change and the form "expands" under the footer! I've found in script.js that it seems that the height of the sidebar is dynamically set with the jquery ready event.

So the question is what do I need to do to resize the sidebar after programmatically adding the content?