4

问题是,当在 chrome 中按下访问键 0 时,焦点似乎没有转移到页脚链接。适用于 IE 和 firefox。这就是我正在做的事情,

<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>
4

1 回答 1

1

我现在没有可用的 Chrome,但请尝试alt+ shift+ Key。认为他们像 Firefox 一样实现了它。

于 2012-09-21T21:14:03.740 回答