WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: include files and skip navigation link

for

From: Rob Unsworth
Date: Jul 26, 2005 5:02PM


On Tue, 26 Jul 2005, karen guo wrote:

> Thanks to everyone for advice. How do I make Jaws
> read the header area then?

This works, also with tab.

#skipnav {
position: absolute;
top: 0;
left: -1500px;
}
#skipnav a:focus, #skipnav a:active {
display:block;
position:absolute;
top:30px;
left:1595px;
width:10em;
height:1.5em;
font-size: .9em;
color:#460046;
background:#ffefaf;
padding:.2em;
text-align:center;
border:2px solid #460046;
}


--
Regards, | Lions District 201 Q3
Rob Unsworth | IT & Internet Chairman
Ipswich, Australia | http://www.lionsq3.asn.au
-------------------------------------------------