PDA

View Full Version : DHTML and Navigation issue


*PyRo*
08-09-2004, 10:19 AM
Firstly,
I have a DHTML menu and when I insert it into my page it goes behind a Flash object. How would I get it to go below the Flash object?

Secondly,
What do you think is the best type of page for navigation because im wondering how to do it:
1) One that opens each link in a new window
2) One comprised of frames where one frame is the only frame that changes
3) One that just goes to the page in the window that was open

Thanks

mindlessLemming
08-09-2004, 12:15 PM
THE best type of menu is one that is comprised of text links that open in the same window. This ideal navigation also includes title="Short Description of where this link goes" in every <a> element, and is not marked up in superfluous tag-soup, such as a table.

This link may be of some assistance regarding your Flash/DHTML issue:
http://dotnetjunkies.com/WebLog/jking/archive/2003/07/21/488.aspx

Roy Sinclair
08-09-2004, 08:33 PM
See: http://www.codingforums.com/showthread.php?s=&threadid=28261