From 0908601d437f9ac1d207f379b25bc0419b361e78 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Tue, 20 Nov 2007 21:53:59 +0000 Subject: [PATCH] BP: Revised skiplinks - changed the CSS used for hiding skiplinks from visual browsers. --- templates/bulletproof/base.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/bulletproof/base.css b/templates/bulletproof/base.css index 694b3d33..0133cb6f 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 {