Menu Load time
2007/01/02 20:52
Viewed 2921 times
Replies: 1/1

When my menu loads, it first appears on the screen in plain HTML format before it fully loads. My menu is relatively large, is there a way to prevent it from loading as HTML first?
I don't want the users seeing a number of links on the page in a list format and then to have it disappear and all they see is this menu on the top. I want to either show them nothing until the menu is fully loaded or have some form of warning informing the ser that the menu is being loaded. I noticed that this site has a warning appear where the menu loading, which says 'Loading, please wait....’. How can I implement something similar to this?
Thank you.

Re: Menu Load time
2007/01/04 01:00
Viewed 4878 times
Replies: 0/0

As said earlier, you can set a " style='display: none' " attribute on the <ul> tag.
This will hide the HTML unordered list, but will display the menu when it fully loads : )

last
Google