> visibility: hidden does hide the content from screen readers the same as
> display:none does.

And it may get your site banned from search engines if overused:
http://www.google.com/support/webmasters/bin/answer.py?answer=66353

What I've done for accesskey code is use this:

position: absolute;
left: -9999px;
width: 1px; 

>From what I've learnt this allows access to the text to screen readers but 
>regular browsers don't see it.

I'm not aware of any SEO issues with this. Our site doesn't seem to have been 
affected...

Paul


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to