五月的海岸线

单恋像极了含苞的花蕾,里面隐藏着无限的可能,有的时候,甚至比一朵盛开的花更动人,更引人遐想!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

不在连接中显示虚线筐

Posted on 2005-03-07 12:00  五月的海岸线  阅读(664)  评论(0)    收藏  举报

写个 test.htc 文件

<public:attach event="onfocus" onevent="example()" />
<script language="javascript">
 
function example(){
  
this.blur();
 }
</script>

然后在 css 中写上这段
{ behavior: url("nosee.htc") }