Menu Generation
2004/11/08 17:56
Viewed 7412 times
Replies: 1/8

I am using the evaluation version of your menu right now, but am having a bit of an issue. The menu is quite large and it all parses out and you can see the list on the page, then after a few seconds, about 3 or 4 the menu will appear. Is there anyway around this?? I see on your site you have something that says "Please wait, Loading" How is that done? and/or is there a way to maybe speed this up?

Thanks

jfill

Re: Menu Generation
2004/11/09 02:16
Viewed 9975 times
Replies: 2/7

In order to hide the UL element you can assign a style="display: none" to it.  Or even better, include it in the page CSS, i.e., if your UL has the id="menu", then you can add the following line to your CSS:

#menu { display: none; }

To speed things up, there are not many things you can do.  The evaluation version is somehow even slower, because it contains mangled code and it takes some time for the browser to interpret it (1-2 sec.).

last
Re[2]: Menu Generation
2004/11/09 07:26
Viewed 11838 times
Replies: 2/2

Well, is there any way to like "prebuild" the menu, so when it parses on the page it does not neet to go find the lists then build the menu. It could just use a already built menu? Then once the menu is changed a new build would be generated.

last
Re[2]: Menu Generation
2004/11/26 07:52
Viewed 11296 times
Replies: 1/3

Mishoo, this isn't a good idea. Browsers with javscript DISABLED will never see the menu.

last
Google