Re: Keeping the menu from spreading out while loading
2006/02/26 18:12
Viewed 4467 times
Replies: 0/0

We had a similar problem. Our solution was to place the menu in a DIV and set the display style to none. In the body onload(), after we call setup menu, we change the style on the DIV to 'block'. We also use lazy loading (or menus can grow dynamically and become quite large) and it's working great.

Google