PDA

View Full Version : Mouse over "drop down" menu redirection script


flowersource
05-18-1999, 06:58 AM
Anybody got the html or cgi script code for a drop down menu redirection box that drops down on mouseover? A friend of mine is looking for one.

Thanks,

Mike

Del
05-18-1999, 08:10 AM
I'm not sure that's possible for a normal form select element, although I could be wrong. It seems like onMouseOver is not an even for select widgets.

However, it is possible to do this with Dynamic HTML. You may want to have a look at http://www.webreference.com/dhtml/ to see if their Hierarchical menus will do the trick.

Del
FutureQuest Support Team

DanS
05-18-1999, 10:41 AM
I think http://www.php.net/ uses one on its quick ref and mirror buttons.[nbsp][nbsp]Is that what you're talking about?[nbsp][nbsp]I think the form is all Javascript.
[This message has been edited by DanS (edited 05-18-99)]