What do you consider to be the best examples of website navigation and why? I'm trying to design a secondary navigation menu and I need a little inspiration, but I'm also interested just in general about learning best practices for navigation and information display. What are some of the more unique solutions you've seen? Links and variety are definitely encouraged in your answers.

link|improve this question

feedback

closed as off topic by Jacques Cousteau, Lord Torgamus, bmargulies, sixlettervariables, ChrisF Oct 26 '11 at 21:24

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

6 Answers

up vote 2 down vote accepted

A twist on a tabbed breadcrumb navigation from INVIVIA http://www.microsoft.com/services

link|improve this answer
That's quite an interesting example...I don't think I've ever seen that before. – VirtuosiMedia Oct 3 '09 at 0:49
feedback

It's specifically a documentation tool, but I really like Visual jQuery, though it's certainly not ideal for a "typical" site.

link|improve this answer
Great site! Thanks. – Gordon Bell Oct 8 '08 at 17:58
feedback

This is totally my personal opinion, but anything that you have to mouse over something else to click on is a huge pain. I would avoid that.

link|improve this answer
feedback

Avoid dropdown-menus. For some reason, they just don't feel right on the web.

I quite like the context-sensitive navigation (and keyboard shortcuts) that RTM uses.

link|improve this answer
I think drop down menus on the web are fine if you make them behave like controls in native applications tend to. I think the big mistake is people go a little overboard with what they can do, and forget about what they should do. – theraccoonbear Oct 8 '08 at 17:56
1  
It's also important to make sure drop downs are accessible, especially without JavaScript, which is something I think a lot of implementations forget or ignore. – VirtuosiMedia Oct 8 '08 at 18:08
That's interesting, for some reason i don't like DDLs much either, i don't like having to click a button to see all the options. I suppose it all depends on your real estate. – TJB Jul 24 '09 at 5:48
feedback

People are already used to some "standard" navigation, so I think that trying to go overboard to be "unique" might not be the best idea in many cases.

Of course it depends on what kind of site are you working on, and especially on how large this site is.

I think that sidebar boxes and horizontal tabs/menus are a great way to organize your navigation.

Breadcrumbs, contrary to the new trends, is still a very usefull option.

A search box is always a must if the site is large.

Tags, and tag clouds could be usefull on community driven sites.

Don't forget a sitemap.

Maybe some more contextual menus, but it might not be very intuitive on a website.

I don't think there's much else to invent in navigation field.

link|improve this answer
Totally agree on most of your points. I'm not against standard navigation. In fact, in most cases I think I would prefer it, but I also like to see new techniques. Most of them probably won't ever become a standard, but they are interesting nonetheless. – VirtuosiMedia Oct 8 '08 at 18:22
feedback

I like WSJ and GMail.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.