PDA

View Full Version : Looking for windows like drop down menus


umen
05-17-2003, 08:25 PM
Hello folks
i
Looking for windows like drop down menus
i hope its the right forum to ask ..
im looking for free code of drop down menu that looks or even mimics
the one you have in windows applications/windows
(yeah the simple gray drop downs)
thanks allot

zoobie
05-18-2003, 01:34 AM
I didn't know Windowz OS had drop-down menus...You don't happen to mean Internet Explorer do you? Look here (http://dynamicdrive.com). :D

cg9com
05-18-2003, 07:09 AM
<select>
<option>Hello</option>
</select>

You will need javascript to give the dropdown an action, but is that what you are talking about? :)

frontline
05-18-2003, 10:52 AM
sorry i meant navigation drop down menu
not select menu
thanks

cg9com
05-19-2003, 01:27 AM
ah ok, well the link zoobie posted may have some stuff, also brainjar (http://www.brainjar.com) has a windows type menu, used on the front page and has a tutorial on how to make it.
also javascriptkit (http://www.javascriptkit.com) may have some.