Crazy layout dance
Thursday, May 27th, 2004I have noticed that several HTML pages change their layout wildly while loading in the browser. Apparently, this behavior was caused by images at the top of the problematic pages. The image was added using JavaScript: document.writeln(“<IMG SRC=…>”);. Internet Explorer didn’t like that – it had problems determining the correct page layout while loading, so […]