Forum Moderators: open
I'm just putting some accesskeys on my site, and am confused because they are working fine in Firefox, but not at all in Opera or IE.
Here is some of the code.
<li id="home"><a class="home" accesskey="1" href="index.html" title="Home">Home</a></li>
<li id="about"><a class="about" accesskey="2" href="about.html" title="About">About</a></li>
<li id="meet"><a class="meet" accesskey="3" href="meet.html" title="Meet">Meet</a></li>
<li id="links"><a class="links" accesskey="4" href="links.html" title="Links">Links</a></li>
Is there anything I've done wrong?
In Firefox when I do alt+accesskey the relevant link is followed. But in IE and Opera I get a dull thudding "error" kind of sound. Why?
Thanks, Katie
Access keys
Toggle HTML access keysShift + Esc
Enter HTML access keysA-Z
and by doing this my accesskeys work.
But I'm still confused. Does this mean alt+accesskey does not work in Opera? I thought this combination was good for all of Windows?
Katie