BP: Revised skiplinks - changed the CSS used for hiding skiplinks from visual browsers.

This commit is contained in:
Matthias Mees 2007-11-20 21:53:59 +00:00
parent 40513a9b66
commit 40f775bc32

View 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 {