Drop down lists

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to create a drop down list where if your mouse pointer goes
over a word a list automatically drops down? I guess what I'm looking for is
something like this:

http://naii.com/

The main tool bar at the top has the drop down lists that I'm looking for.
If it's not possible to do it like that, is there a way to make drop down
lists similiar to that structure?
 
Chris said:
Is it possible to create a drop down list where if your mouse pointer goes
over a word a list automatically drops down? I guess what I'm looking for
is
something like this:

http://naii.com/

The main tool bar at the top has the drop down lists that I'm looking for.
If it's not possible to do it like that, is there a way to make drop down
lists similiar to that structure?

Yes, you can make those. It's called a "javascript menu" or "flyout menu".
Typically you can get free code samples on various sites around the
internet. (Try searching for the terms in quotes.)

FrontPage does not make those menus for you though, so you will have to mess
around with the JavaScript code to get it to work and to link it up etc.
Not that hard though, and pretty rewarding for a nice menu.

Note, the delay on that site is a little annoying, I wouldn't do that on
yours.
 
The CSS version is for any web editor, including Notepad (and IMO is the
easiest to implement). The others use FP2003 behaviours, but if you can
write the JavaScript - the principles are there.
 
Back
Top