Login




Forget password?
Create new account

Links and Navigation

Page Contents

Required Readings

The readings are on the WebAIM web site.

Creating Effective Navigation

Many people have written many different opinions as to what constitutes "effective" navigation on the web. For the purposes of this class, I'm going to keep it quite simple. Here are the two requirements:

  1. Create the navigation using an unordered list.
  2. Provide a visual cue for users to know which page they're on.

Unordered lists

When creating your main site navigation, create it using a bulleted list, then use CSS to apply styles to the navigation. The sample web sites (Abigail's web sites) use this strategy. Other sites use this strategy as well, such as WebAIM.org, A List Apart, Microsoft.com, George Mason University, etc.

Visual Cues

You want to provide visual cues to sighted users that let them know where they are within the web site. You can do this by highlighting the text of the "active" page, or changing the background color of the highlighted tab, or using some other similar cue. Here are a few examples of sites that do this:

the background color of the active tab is bright white, with orange text, compared to gray background and black text for inactive tabs

The graphical tab is a brighter shade of white in the background, compared to the grayer background of inactive graphics; the text of the active graphic is red, compared to dark blue for the others

The active tab appears to be in front of the others, it is also blue, as opposed to tan for the inactive tabs

The highlighted item is surrounded with a gray border

Notice that all of these examples use slightly different visual techniques. Some of them might be more effective than others, but it does not matter what technique you use, as long as users can interpret it without having to think about it.


Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License.