问题是当在chrome中按下访问键0时,焦点似乎没有转移到页脚链接。工作正常用于IE和firefox.Here是在做什么,
<ul class="hidden">
<li><a href="javascript:;" onclick="javascript:this.href='#Footer';" accesskey="0">Footer</a></li>
</ul>
<div id="FooterDiv">
<a id="Footer" name="Footer" href="javascript:;" class="hidden">Footer</a>
//More footer links here.
</div>
答案 0 :(得分:1)
我目前没有Chrome,但请尝试 alt + shift + Key。认为他们像Firefox一样实现了它。