Drop down lists

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?
 
F

Funkadyleik Spynwhanker

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.
 
R

Ronx

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top