Hi
I want to improve the accessibility of my pages by using accesskeys on
some non-visible links. The method i want to use is:
<a href="#main" style="display: none;" accesskey="1">< img
src=http://eur.i1.yimg.com/eur.yimg.com/i/eu/any/a/c.gif height=1
width=1 border=0 alt="skip to main content"></a>
However, using style="display: none;" inactivates the accesskey.
does anyone know how i can overcome this problem?
thanks,
Murray
I want to improve the accessibility of my pages by using accesskeys on
some non-visible links. The method i want to use is:
<a href="#main" style="display: none;" accesskey="1">< img
src=http://eur.i1.yimg.com/eur.yimg.com/i/eu/any/a/c.gif height=1
width=1 border=0 alt="skip to main content"></a>
However, using style="display: none;" inactivates the accesskey.
does anyone know how i can overcome this problem?
thanks,
Murray
Comment