Re[2]: Large menu performance
2007/01/02 20:37
Viewed 4550 times
Replies: 1/1

I'm having the same problem.... Is there any quick fix for this?
Thank you.

Re[3]: Large menu performance
2007/01/02 21:13
Viewed 5655 times
Replies: 0/0

I added the lazy attribute to the setup of my menu and it has made a big difference. An example is included below. I hope this helps!

DynarchMenu.setup('menu', { electric: 250, lazy: true });

last
Google