drop down menus?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
gbrussian
Forum Newbie
Posts: 3
Joined: Sun Nov 23, 2003 11:15 am

drop down menus?

Post by gbrussian »

I was wondering what you would do to make a drop down menu or a pop out menu? Like when your mouse hovers over a word and then a list drops down or pops out and then there are links to choose from there? How would you do that? or where would you start to do that?
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

Although it can be done in javascript, a better CSS method can be found here: http://www.alistapart.com/articles/dropdowns/.

The rest of the alistapart site is also well worth a look.
Post Reply