After the DOM is ready, IE will not show page content when Javascript is modifying the DOM? (but Firefox will show)
I have a page that will initialize jCarousel when the DOM is ready (by jQuery's $(document).ready()), but on IE 8, the page is not displayed until jCarousel has finished initializing, which can be 1 minute later. On Firefox and Chrome, the page content is shown right away, while letting jCarousel do its job. So is it true that IE will...