Jakob Nielsen's Alertbox, March 23, 2009  

Mega Drop-Down Navigation Menus Work Well

Summary:
Big, two-dimensional drop-down panels group navigation options to eliminate scrolling and use typography, icons, and tooltips to explain the user's choices.

To prepare for our upcoming Navigation Design seminar, we've been running user studies of various navigation features. As always, some test poorly. Also as always, the more faddish features — such as tag clouds — exhibit major usability problems.

Luckily, other Web trends fare well in user testing because they have inherently good usability and match user behaviors and goals. Indeed, one particular navigation design — the mega drop-down menu — tested well enough that I want to encourage its wider use.

Given that regular drop-down menus are rife with usability problems, it takes a lot for me to recommend a new form of drop-down. But, as our testing videos show, mega drop-downs overcome the downsides of regular drop-downs. Thus, I can recommend one while warning against the other.

As the following screenshots show, mega menus have the following characteristics:

Screenshot of navigation menu from the Food Network
Vertical mega drop-down from foodnetwork.com.

The Food Network's mega menu has a close button (the "x" in the upper right corner), but this isn't necessary. Mega drop-downs are inherently temporary and go away on their own when users move the pointer to another top-level option or to a "regular" part of the screen.

Screenshot of navigation menu from a site to order custom-made envelopes
Horizontal mega drop-down from actionenvelope.com.

Stylistically, mega drop-downs are similar to the gallery menus in the "Ribbon" GUI component introduced with Office 2007 (and also becoming popular in other recent application UIs).

Screenshot of Microsoft Office 2007's Ribbon
Gallery menu from Word 2007's Ribbon.

As this ribbon-gallery example shows, mega drop-downs offer yet another benefit over regular drop-downs: they let you display tooltips when the user hovers over choices. For simple navigation menus, you'd typically use link titles instead of true tooltips.

Mega-Menu Drop-Downs Beat Regular Drop-Downs

We know from user testing that mega menus work. Here are some arguments to support this empirical fact:

Speed

Speed is essential to making any user interface feel responsive. Interface elements must render within 0.1 seconds to suggest physicality and make users feel like a display's changes are a direct result of their actions. Slow-rendering GUI elements seem sluggish and make users feel like the computer is making things happen, not them.

You should test your mega drop-down implementation's response time on a variety of computers and browsers. Include the best-selling platform from 5 years ago, because a good number of your customers will still be using it.

Don't make response time too fast, though: the mouse should remain stationary for 0.5 seconds before you display anything that's hover-dependent, such as a mega drop-down or a tooltip. Violating this guideline will make the screen flicker insufferably when users move the mouse. Only after 0.5 seconds of resting the pointer on a navbar item can you assume that a user actually wants to see its associated drop-down.

Thus, the timing should be:

  1. Wait 0.5 seconds.
  2. If the pointer is still hovering over a navbar item, display its mega drop-down within 0.1 seconds.
  3. Keep showing it until the pointer has been outside both the navbar item and the drop-down for 0.5 seconds. Then, remove it in less than 0.1 seconds.
One exception to item 3: The very best implementations can sense when a user is moving the pointer from the navbar item to a destination within the drop-down. When the pointer is on such a path, the drop-down should remain visible. This supplementary guideline addresses the diagonal problem, which happens when the path temporarily takes the pointer outside the active area. The drop-down shouldn't disappear when the user is on the way to point to something within it.

Visualization of mouse pointer being moved from the top-level menu across the drop-down area and passing over another menu.
The diagonal problem:
The pointer path goes outside the area that keeps the drop-down active.

In the above example, the user first pointed to the "Holidays & Parties" navbar item and now wants to select "Appetizers." Moving the pointer between these two spots makes it cross the "In Season Now" navbar item. Many users will move so fast that the pointer will exit the active area for less than 0.5 seconds. However, older or leisurely users might move the mouse so slowly that the drop-down would disappear while they're still aiming for a menu item. Very annoying.

Grouping the Options within a Mega Menu

The main grouping guidelines are:

Keep Megas Simple

The standard usability guideline to "keep it simple" also applies to mega menus. Just because you can put anything into them doesn't mean that you should.

In particular, avoid GUI widgets and other interface elements that involve more advanced interaction than simply click-to-go. Mega drop-downs are a fleeting screen presence and shouldn't replace dialog boxes, which are the natural home for more complex interactions and can support them better. Among other benefits, dialog boxes have a standard dismissal method (the OK/Cancel buttons), stay on the screen until they're dismissed, and can be moved around if users need to see something that the box obscures.

Action Envelope offers a complete login mini-screen within the navbar's "My Account" drop-down. It would be better to simply have a one-click "My Account" link that takes users to a full-featured page that supports login for existing users. (Better still: put this link in the utility nav, which is where people actually look for it according to eyetracking research.)

Similarly — but worse still — Novell hides its search box within a mega drop-down of the site's main navigation options. This is bad for two reasons:

A final point here: just because mega menus are big and have room for many options doesn't mean you should overload them. Simplicity applies to interaction semantics at least as much as it applies to the presentation layer. Fewer options mean less to scan, less to understand, and less to get wrong.

Accessibility

Because dynamic screen elements always have the potential to cause accessibility problems, it's important to code them with screen readers and other assistive technology in mind.

Even if coded correctly, mega drop-downs can cause problems for low-vision users who use screen magnifiers to enlarge tiny portions of the screen. (The same issue impacts iPhone users and other users of zoom-capable mobile devices.) If the user is unlucky, the zoomed view might show only a portion of the mega drop-down, which will appear to be the complete menu.

For example, in the Action Envelope screenshot above, the screen magnifier might show the "Paper & More" and "Ways to Shop" groups but not the "Shops" group. The missing drop shadow, which appears on the full menu's right edge, is too subtle a signal to help most users. Thus, the site could lose orders if it had many low-vision customers (a common situation for sites targeting older users). Having a strong visual signal for menu borders is one way to alleviate this problem.

In addition, having tiny selectable items hurts touchscreen users, and overly finicky show/hide behaviors hurt people with motor skills impairment.

There are two main approaches to improving the accessibility of mega drop-down menus:

If you're a rich site and/or especially concerned with accessibility, you should implement both the simple and advanced features. Most sites, however, will probably have to make do with the simple approach.

Try It

Mega menus may improve the navigability of your site. (Of course, it's always best to test.) By helping users find more, they'll help you sell more (or meet other business goals, such as attracting donations or disseminating helpful information for non-profit or government sites).

Learn More

Follow-up article: Mega-Menus Gone Wrong.

2 full-day training courses on information architecture (IA 1: Structure Design and IA 2: Navigation Design) at the annual Usability Week conference.

The conference also features a full day on Web Page Design.

Report on Intranet Information Architecture analyzes 56 intranets' structure and navigation systems.


> Other Alertbox columns (complete list)
> Sign up for newsletter that will notify you of new Alertboxes

Copyright © 2009 by Jakob Nielsen. ISSN 1548-5552