Hi all, i wish to make menu's like the ones vbulletin has at the top like forum jump and search pull down menus. Can anyone point me in the right direction, mabye tutorials or something? Many thanks!
Hello, one way you could go is to play with css's display value on{event} (show when needed, hide otherwise), also, setting the appropriate z-index (so your layer is on top).
http://www.alistapart.com/articles/dropdowns some cool different dropdowns here too, + a lot of different articles
just write a dropdown menu, and add on event like onChange or onClick (for the master tag, not for every inner element of the drop down menu)