Forum Moderators: open
The organization wants to change the nav so it goes to a third level. I've found scripts that will do that, but I've seen a couple of comments that went something like "that's [multi-level navigation] old school" and "people are still using multilevel drop down menus?"
Opinions, please on why or why not I should consider multi-level menus and what the alternatives are.
Personally, I think that some particularly complex sites can do well with multi-tier navigation. The main concern to me is making sure that javascript-disabled users (and therefore search engine spiders) can still find the navigation elements.
The main concern to me is making sure that javascript-disabled users (and therefore search engine spiders) can still find the navigation elements.
Is it possible that even though the nav menu is done with JS that the SE spiders can follow the links? If I View > Source, I can see the URLs not embedded in any script. They are in an <ol>.
Perhaps go with a Mega Drop-down menu [useit.com] instead?