Posted By

lfatr on 02/16/10


Tagged


Versions (?)

Who likes this?

1 person have marked this snippet as a favorite

pauloc


SKIPNAVLINKS


 / Published in: XHTML
 

  1. #skipNavLinks {
  2. display: block;
  3. position: absolute;
  4. left: -7777px;
  5. overflow: hidden;
  6. text-decoration: none;
  7. }
  8.  
  9. <a href="#body" id="skipNavLinks">Skip to content</a>
  10.  
  11. <div id="body"></div>

Report this snippet  

You need to login to post a comment.