Search
Recommended Sites
Related Links






Valid XHTML 1.0 Transitional

Valid CSS!
   

Informative Articles

7 Key Points to Consider When Choosing a Web Host
With literally thousands of web hosting companies in the industry all vieing for your business, carefully consider these key points to ensure you make the most well informed decision possible. 1. Server Space First, think about how much space...

Column Designs with CSS
So CSS makes layouts easier than they were with tables - there's not really much debate about that. One of the reasons many people stuck with tables for so long (and, in fact, still stick with tables to this day) is that it can be difficult to...

In Praise of Raw Code
The first program I ever used for web layout was Adobe PageMaker, and it was hellish. I was trying to learn how to use PhotoShop at the same time, and it seemed like neither of them would do what they were supposed to do-I'd scan something, and it...

Using a Flexible HTML Report
A central part of taking advantage of information revolves around online business intelligence. The web introduces a whole new platform for sharing information. Via the web businesses can share information found on charts, graphs, maps, and even...

Which website Language?
Once you have taken a decision to take your business online, the first step is to create your own website. After the thought process and the design drafts are over, the time comes when you need to decide on what web site design language you would...

 
Skip Navigation links are important

Skip Navigation Links are Important

Providing links that allow the user to skip directly to content, bypassing the navigation, enhances the accessibility of your web site. This is recommended for blind or visually impaired users, people who use screen readers, and also for text-browsers, mobile phones and PDAs (Personal Digital Assistants). These links are common on most US, UK, Irish, and other government websites, as well as many universities and private organizations.

From the accessibility and usability point of view, it is recommended that you make such links visible. Why?

In his article titled "Providing Skip Links", Frank Gayne of frontend.com explains:

"Skip links would be useful for people who cannot easily use a mouse. Many of these people depend on tabbing in order to make progress through an interface and might appreciate a skip links feature to lighten the amount of work they have to do. If there is no visible focus to let these people know they have hit a link, then this useful feature is lost to them."

How can you build such links? Immediately after the logo of your web site, insert the skip link: Skip over navigation. Does the link have to go after the logo? Many web sites have the Skip navigation or Skip to main content links before the logo of the page, but a logo is the precursor of a web page. It lets the user know what website he/she is on.

For example, if a Screen Reader user clicks an internal link on your page, your logo's alternate text attribute tells the user that he/she has not yet left your website. If the Skip navigation link is before this logo, then the user does not know immediately which website he/she is on.

In many occasions, web site developers or their clients do not wish to have the Skip navigation or Skip to main content link visible, with the excuse that it does not fit in their design. In this case they might use a technique wrapping the accessibility text or links in an HTML div setting it to display: none or visibility: hidden. The problem with this technique is that it does not always work as expected. Some screen readers do not speak material that is marked display: none or visibility hidden, and others depend on how the style is specified. To solve this problem, you could make them invisible with the technique of using transparent graphics. Check the links below to learn how:

* Skipping Over Navigation Links http://diveintoaccessibility.org/day_11_skipping_over_navigation_links.html * Skip to Main Content Link http://www.washington.edu/accessit/AU/tutorial/ins.html

After all, do your web pages have Skip navigation or Skip to main content links? If not, it should be time to build them...

About the Author
This article is written by John S. Britsios, Accessibility & SEO Consultant, Usability Specialist & Trainer, founder and owner of the Webnauts Net http://www.webnauts.net

Sign up for PayPal and start accepting credit card payments instantly.