In article <bid8e2$46a$1 (AT) newsg1 (DOT) svr.pol.co.uk>, Cassandre_6969
@yahoo.co.uk says...
Quote:
Hello,
I am redesigning my webside and would like to create such navigation menus
instead of my current navigation frame...... In DW3 I found how to create a
jump menu, but it is not as aesthetic as any of the following two...
Would be very very grateful if someone could help... ;-) I want to avoid
using flash at the moment, so it should be pure DW3 only!! |
If you're talking about Dreamweaver 3, this is a general forum. It
doesn't matter which editor you use to create the HTML/ CSS.
I would suggest not relying on DHTML effects like done here. Keep your
navigation static. If you do want to have dynamic effects, make sure the
site can be navigated with JavaScript turned off (not just for human
users, but for searchbots as well, so that they can spider your
content). To do so, you need to learn about accessible DHTML: write the
links static using HTML, position them with CSS, and hide them with
JavaScript. Better yet, don't confuse your visitors with animation and
hiding links. There are many situations in which this approach can
break.
Here's a DHTML menu, but I don't know how accessible it is. Simply turn
off your JavaScript to find out.
http://webreference.com/dhtml/hiermenus/