WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: include files and skip navigation link

for

From: Glenda Watson Hyatt
Date: Jul 26, 2005 5:56PM


Don,

Try tabbing through - it appears. I'm just playing with it too. I think
it's better than what I currently have on my own site.

Cheers,
Glenda

Glenda Watson Hyatt, Principal
Soaring Eagle Communications
Accessible websites. Accessible content. Accessible solutions.
www.webaccessibility.biz


-----Original Message-----
From: <EMAIL REMOVED>
[mailto: <EMAIL REMOVED> ]On Behalf Of Don Hinshaw
Sent: Tuesday, July 26, 2005 4:55 PM
To: WebAIM Discussion List
Subject: Re: [WebAIM] include files and skip navigation link


I'm a bit of a novice, so forgive me if I miss something very
elementary, but won't that CSS make the #skipnav invisible to everyone?
I thought part of the function of skip navigation links was to enable
people with disabilities not sight-related to skip a long list of
navigational links too.
I guess this would not make it inaccessible, but it would make it harder
to find, it seems.

Don Hinshaw

Rob Unsworth wrote:

>#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;
>}
>
>
>
>
> This works, also with tab.


--
Don Hinshaw
Hinshaw Design Group
http://www.hinshawdesign.com






--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 7/25/2005

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.5/58 - Release Date: 7/25/2005