如何删除点击时出现的按钮 [英] How to Remove dotted that appears when button is clicked

查看:89
本文介绍了如何删除点击时出现的按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用IE9当我点击一个按钮出现虚线,请建议如何删除该虚线。

解决方案

对于Internet Explorer 9,您可以使用:

  a:active,a:focus {
outline:none;
ie-dummy:expression(this.hideFocus = true);
}

我希望这将帮助你........


I'm using IE9 when i clicked a button appears dotted line,Please suggest how to remove that dotted lines.

解决方案

For Internet Explorer 9 you can use this:

a:active, a:focus { 
 outline: none; 
 ie-dummy: expression(this.hideFocus=true);
}

I hope this will help you ........

这篇关于如何删除点击时出现的按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆