css去除链接 input 虚框

/* css去掉虚框 */

:focus{-webkit-outline-style:none;-moz-outline-style:none;-ms-outline-style:none;-o-outline-style:none;outline-style:none;}

/* input */


 
a,area{blr:expression(this.onFocus=this.blur())}

/* IE */

 

posted @ 2014-12-11 11:24  神游一域  阅读(225)  评论(0编辑  收藏  举报