Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
program for drop down menu
Name: BigShow Date: January 21, 2006 at 16:14:42 Pacific OS: xp media CPU/Ram: pentium 4
Comment:
I have a question, I am going to do a vertical drop down menu (that goes to the side) but I am wondering what the best language to use on this would be. Can this be done is css, or should I just stick to the good ol javascript. Can someone tell me a link of a good sight with pre made scripts, i googled it and have looked at a few but you never know what comes with them when you DL it. Any help would be appreciated.
Name: myinnet Date: January 22, 2006 at 05:42:37 Pacific
Reply:
You can use this code: <select size="1" name="D1" onselectchange=yourfunction()> <option>Test1</option> <option>Test2</option> <option>Test3</option> <option>Test4</option> </select>
____________________ MyInnet Inc Computer Technology Forum http://www.myinnet.us
Summary: I'm having so many problems trying to figure this out. I want to create a mouse-over drop-down menu for my web site with images and DHTML effects. For example, I would like to create a menu that uses ...
Summary: Hello, I have a drop down menu with the 12 months. Below that is a list of names with a checkbox next to each. I want to be able to select the month and have the checkboxes populated with info from ...
Summary: I created a drop down menu in fireworks and added the html file to my web page in dreamweaver, when viewing the page the menu doesn't show propper, the drop down works fine but the links you scroll ov...