PDA

View Full Version : where can I get a dropdown menu


chelvis
05-01-2003, 07:18 PM
I have a table and each td have an image. When the user places his/her mouse over that image, a dropdown should come and user should be able to click on one of those drop down links. I went in to http://www.dynamicdrive.com/dynamicindex1/topnavbar.htm this link and it seems this is using layers and you can only position it with the myNavBar1.moveTo(0, 50) code. Where can I get a javascript for the kind I am trying to do? Also the javascript should work in IE NN including NN 4.7 and above.

tamienne
05-02-2003, 09:51 PM
Try here...http://www.webreference.com/dhtml/hiermenus/

brothercake
05-03-2003, 01:20 AM
I maintain a script that can do that - http://www.brothercake.com/dropdown/

An example of what you said is at http://www.brothercake.com/dropdown/interact_tutorial_demo1b.html

chelvis
05-05-2003, 05:34 PM
Can I use this for free brothercake?