去掉超级链接的虚线框
摘要:【转载:http://www.enation.cn/html/knowledge/JavaScript/200910/16-155.html】方法一:在链接处加入语法 onfocus="this.blur()"如:文字链接<a href="#" onfocus="this.blur()">这里是链接文字 </a>图片链接<a href="#" onFocus="this.blur()"><img src=XXX.JPG border=0></
阅读全文
posted @ 2012-10-31 20:15