From: Scott A. L. <sc...@sc...> - 2000-11-30 07:45:29
|
<snip> It's entirely possible have the DynLayer generate LAYER and DIV tags (ala dynapi1) this would allow you to insert Dynlayers before onLoad, as well you can get an enormous boost in drawing time in Netscape by writing all the children layers as layer/div's at the same time in one document.write(). </snip> I imagine this could help IE, too. IE rendering is *extremely* slow when generating lots of DynLayers. I think Netscape handles it better, because the JS evaluation and rendering happen separately and simultaneously, while IE has to wait for one process to complete before starting the other. A document.write might be quicker and cleaner in IE. scottandrew |