首先是FF
只需要加上一个属性就可以了 outline:none; 这样在ff里边就不显示了
再次就是IE
ie里边就没有css教程属性可控制了, 那怎们办那 其实可以在html控件上加一个属性 hidefocus=“true”;
好了 你可以测试下
一,在标签中加入onFocus="this.blur()"语句:
try
-----------------------------------------------------------
link
-----------------------------------------------------------
三,如果连接太多,可以用外部链接 .HTC 文件。
如,blur.htc 文件内容如下:
在 CSS 中加入如下代码:
A { behavior:url(blur.htc); }
-----------------------------------------------------------
四,使用CSS样式,可加入代码:
a {blr:expression(this.onFocus=this.blur())}
-----------------------------------------------------------
这样,站内所有的文章都实现了无虚线效果了。