Hi, 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