Re: 2 questions
2005/01/29 20:24
Viewed 7447 times
Replies: 0/0

Hi, like everyone else have already said, this has gotten to be the best dhtml menu so far I've seen or used.

Cool :) We thought the same too.

1. Does the menu support frames?

Not quite.  But there is a sample about IFRAME-s that you might be interested in.  See examples/iframe.html from the trial package.

We strongly believe that frames (as in a frameset) are bad for many reasons including accessibility, search engine optimization, etc.

2. How can one implement the "Loading please wait..." notice that is used on dynarch?

Well, just add style="display: none" to the UL that defines the menu, include a DIV containing the text "loading please wait" just before it and set that DIV's display style to “none” from JavaScript right after calling DynarchMenu.setup in your page onload handler.  Hope this answers the quesiont. 8-)

Google