【代码片段】a链接去掉虚边的代码(测试有效)
a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */ :focus { -moz-outline-style: none; } /* for Firefox */ a { outline:none; } /* for FF Chrome */
a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */ :focus { -moz-outline-style: none; } /* for Firefox */ a { outline:none; } /* for FF Chrome */