Index: styles/prosilver/template/overall_header.html =================================================================== --- styles/prosilver/template/overall_header.html (revision 9477) +++ styles/prosilver/template/overall_header.html (working copy) @@ -102,7 +102,7 @@

{SITENAME}

{SITE_DESCRIPTION}

-

{L_SKIP}

+ Index: styles/prosilver/theme/content.css =================================================================== --- styles/prosilver/theme/content.css (revision 9477) +++ styles/prosilver/theme/content.css (working copy) @@ -44,7 +44,9 @@ ul.topiclist dfn { /* Labels for post/view counts */ - display: none; + position: absolute; + left: -999px; + width: 990px; } ul.topiclist li.row dt a.subforum { Index: styles/prosilver/theme/links.css =================================================================== --- styles/prosilver/theme/links.css (revision 9477) +++ styles/prosilver/theme/links.css (working copy) @@ -198,3 +198,10 @@ text-decoration: none; background-position: 100% 60%; } + +/* invisible skip link, used for accessibility */ +.skiplink { + position: absolute; + left: -999px; + width: 990px; +}