Navigation

Linkage Topologies

The link topology of a website or multimedia movie refers to how the pages or screens are linked together. There are several standard layouts Hierarchical, Linear and Webbed.

Linear

Hierarchical

Webbed

Deep or Shallow Linking

Deep linking requires that the user is presented at any one time with only a small amount of choices in the form of links which they can then click to access the next set of choices and so on until they have narrowed down the choices sufficiently to have reached the desired content. Many usability experts believe that this method is the most effective at getting the user to the correct content. However, if the links are not clear enough to the user, or if the user is not exactly sure what they are looking for, or what category it might be found, then this method could leave the user aimlessly searching path after path to try to find the required content.

Shallow linking means that most links are available to the user at any one time and they can easily get to their desired destination in one or two clicks. This is the concept behind sitemaps. However, some usability experts claim that seeing too many links at once can confuse the user, particularly if they are novice users, or cognitively impaired.

Navigation Visibility

Some sites have navigation bars which show all the links available all the time. Others require that the user hover over a link or click a tab to get access to a second level drop down menu.

The use of drop down menus has been shown to cause problems to users in some situations, particularly if the user is new to the internet, or has slight motor problems. As drop down menus require fine motor control people with hand tremors may not be able to control the mouse sufficiently well to access the sub nav.

In addition these sub nav systems are quite often coded so that they can only be accessed via a mouse, for example using an onMouseOver (javascript) or onMouseEnter (lingo) event handler, thereby alienating keyboard only users.

Sitemaps

The idea of a sitemap is to allow the user to access all the pages (and sometimes subsections of a page) in one click. It is a Priority 2 accessibility requirement of Checkpoint 13.3 of the WCAG 1.0.

Breadcrumb Trails

These are useful links, normally found at the top of a page, which

Breadcrumb Trails can only be used in a hierarchical site, as in other strucures there may be multiple paths leading to each page.

Link colour

Default Unvisited Links

Visited Links

Hover

Active Links

Further Reading

. CSS . XHTML . WCAG AAA .

created & designed by Vivienne Trulock for ilikecake