去掉超連接或按鈕點擊時的虛框線

去掉超連接或按鈕點擊時的虛框線

方法一:jquery

a,a:hover,input,button{outline:none; blur:this.onFocus=this.blur());}< /span>
ide

FF存在bug,其中input,button標籤經過私有屬性::-moz-focus-inner{border:0px}特別處理this


方法二:spa

使用jquery $(「a,input,button」).focus(function(){this.blur()});input

相關文章
相關標籤/搜索