PDA

View Full Version : [news-talk] Drop-Down Menus, Horizontal Style


News Munky
07-25-2005, 09:03 PM
Multi-tiered drop-down menus can be a hassle to build and maintain -- especially when they rely on big, honking chunks of JavaScript. Nick Rigby presents a way to handle this common navigation element with a cleanly structured XHTML list, straightforward CSS, and only a few concessions to browser quirks.

http://www.alistapart.com/articles/horizdropdowns/

CustomerService
07-26-2005, 09:44 AM
This is going to be my new favorite way to do menus. I am used to using javascript written by someone else. This menu still has some, but a tiny blob. The look, action, and feel is pure CSS.