[thelist] (how to stop) IE6 rendering before it has fully compiled

jason.handby jason.handby at corestar.co.uk
Mon Nov 20 04:37:41 CST 2006


> Does anyone know of any simple way to make IE wait til it has 
> fully digested the content before prematurely displaying it?

It used to be the case that IE would not display the contents of a table
until it had reached the closing </table>. So you could try enclosing
everything in a table with one cell? Not very CSS though!

Alternatively perhaps you could use CSS to set the position of your
enclosing div to be way off the page (hence not visible), and then
reposition it using Javascript once the page has loaded?



Jason



More information about the thelist mailing list