Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Drop Down Menu Re: CSS Drop Down Menu

#87183
thomas
Member

Here’s a CSS drop-down navigation with only a minimal amount of code:

http://jsfiddle.net/VPadm/

Do enough of these types of menus and you can make them in your sleep. Be careful of using inline-block with older versions of IE, though. You might need to float the items as Paulie_D mentioned, in that case.