The problem comes from the CSS:
Code: Select all
.skiplink {
position: absolute;
left: -999px;
width: 990px;
}
Code: Select all
visibility: hidden
Code: Select all
.skiplink {
position: absolute;
left: -999px;
width: 990px;
}
Code: Select all
visibility: hidden