解决方法:
1.在css中加上outline:none;
代码如下:
a.fontnav { text-align:left;color:#555; text-decoration:none; outline:none}
ps: outline:none 只在firefox识别,IE下不支持.
2.在IE下:在html上加" hidefocus=”true”
<li class="nav2"><a href="about_webintro.html" class="fontnav" hidefocus=true>脚本之家</a></li>
时间: 2024-10-27 19:02:49