From: Scott A. L. <sc...@sc...> - 2000-12-06 18:21:41
|
I think your problem is IE-specific. IE seems to evaluate all JS before it renders to the screen. Netscape evaluates JS and renders simulataneously, so you get smoother animation and faster screen load than in IE. The more DynLayers you have, the longer it will take IE to display them. You can save time by only rendering the tree nodes you need displayed, and only rendering child nodes when their parent node is opened. -- scott andrew lepera ----------------------------------- web stuff: www.scottandrew.com music stuff: www.walkingbirds.com |