WEB开发网
开发学院网页设计DivCss CSS去掉点击时的虚线 阅读

CSS去掉点击时的虚线

 2008-12-03 19:32:59 来源:WEB开发网   
核心提示:也许你会觉得当点击时焦点出现的虚线很不好看,那就让我们把它去掉吧! 一,CSS去掉点击时的虚线,在<a>标签中加入语句: --- <a href="#" >try</a> --- 二,在<a>标签中加入hidefocus: --- <a href

也许你会觉得当点击时焦点出现的虚线很不好看,那就让我们把它去掉吧!

一,在<a>标签中加入语句:
-----------------------------------------------------------
<a href="#" >try</a>
-----------------------------------------------------------

二,在<a>标签中加入hidefocus:
-----------------------------------------------------------
<a href="###" hidefocus>link</a>
-----------------------------------------------------------

三,如果连接太多,可以用外部链接 .HTC 文件。
如,blur.htc 文件内容如下:
----------------------------------------------------------
<public:attach event="onfocus" onevent="makeblur()"/>
<script language="javascript">
function makeblur(){
this.blur();
}
</script>
-----------------------------------------------------------
在 CSS 中加入如下代码:
-----------------------------------------------------------
A { behavior:url(blur.htc); }
-----------------------------------------------------------

四,使用CSS样式,可加入代码:
-----------------------------------------------------------
a {blr:exPRession(this.onFocus=this.blur())}
-----------------------------------------------------------
这样,站内所有的文章都实现了无虚线效果了。

Tags:CSS 去掉 点击

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接