2016年5月4日 星期三

[ CSS ] 去除超連結的虛線外框

[ CSS ] 去除超連結的虛線外框
a{
  outline: none; /* for Firefox Google Chrome  */
  behavior:expression(this.onFocus=this.blur()); /* for IE */
}