Adding a "Skip Nav" link to your design can sometimes compromise the look and feel of the page. Moreover it can confuse those visitors who have no idea what it means.
A good solution is to create a Skip Nav link that is only visible when it receives keyboard focus. This happens as a user is tabbing through the page.
To do so, use the following styles and markup:
Styles:
#skip a,
#skip a:hover,
#skip a:visited
{
position:absolute;→ Continue reading “Creating a Skip Navigation Link That is Only Visible When it Receives Keyboard Focus”