Thanks...
Dreamweaver is a Wysiwyg-Editor. With other words, it works as a "Notepad"
where you generate Html-code, but, and that is the difference to a simple
texteditor, you can also design your page visually. Now if you're planning
to make a dynamicmenu, you have to use javascript (in a html-page), or you
can design your menu in flash. But both options (if the menu has to be
dynamic, and your description sort of calls for this sort of menu) require a
lot of programming, in javascript or in actionscript (flash). You'll find a
dynamic flash menu at:
http://www.builder.com/Graphics/FlashPoint/111999/?tag=st.bl.FlashPoint.txt.
fp111999
For javascriptversions go to:
http://www.dynamicdrive.com/dynamicindex1/index.html (but there are multiple
other sites on the net with examples...)
François
"Jon Nystrom" <Jon_N...@email.msn.com> schrieb im Newsbeitrag
news:8h79ni$fl7$1...@misc.macromedia.com...
Have a look at a site I worked on at http://www.rorc.org.
This site uses javascript to produce drop down menus.
Neil