2 questions
2005/01/29 19:18
Viewed 5583 times
Replies: 1/1
Hi, like everyone else have already said, this has gotten to be the best dhtml menu so far I've seen or used. Ok, so I'm using the trial version right now and I have two questions: 1. Does the menu support frames? I know someone has asked the question before, but it wasn't addressed and I would love to know. 2. How can one implement the "Loading please wait..." notice that is used on dynarch? Thank u and once again, respect!
Re: 2 questions
2005/01/29 20:24
Viewed 7708 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-)

last
Google