]> git.mjollnir.org Git - s9y.git/commitdiff
BP: Revised skiplinks - changed the CSS used for hiding skiplinks from visual browsers.
authoryellowled <yellowled>
Tue, 20 Nov 2007 21:53:59 +0000 (21:53 +0000)
committeryellowled <yellowled>
Tue, 20 Nov 2007 21:53:59 +0000 (21:53 +0000)
templates/bulletproof/base.css

index 694b3d3383b6d76736fc86e32fcac6840f07f854..0133cb6f7051bb948a292d551daa30590972d5c3 100644 (file)
@@ -121,7 +121,14 @@ body {
 
 /*** Accessibility styles ***/
 #skiplinks {
-    display: none;
+    display: inline;
+    height: 1px;
+    overflow: hidden;
+    width: 1px;
+    /* Absolute positioning */
+    position: absolute;
+    top: -1000px;
+    left: -1000px;
 }
 
 #skiplinks ul {