css去掉點擊鏈接時所產生的虛線邊框技巧兼容符合w3c標準的瀏覽器

解決方法:
1.在css中加上outline:none;
代碼以下:php

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

相關文章
相關標籤/搜索