From: yellowled Date: Tue, 20 Nov 2007 21:53:59 +0000 (+0000) Subject: BP: Revised skiplinks - changed the CSS used for hiding skiplinks from visual browsers. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1131f274a1fa4af28f30469bcbde92a5026bb75c;p=s9y.git BP: Revised skiplinks - changed the CSS used for hiding skiplinks from visual browsers. --- diff --git a/templates/bulletproof/base.css b/templates/bulletproof/base.css index 694b3d3..0133cb6 100644 --- a/templates/bulletproof/base.css +++ b/templates/bulletproof/base.css @@ -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 {