去除a标签中的虚线框

将下面代码加入css中:
a:focus{ outline:none;}
这样就能去除firefox中a的虚线框了。
a{blr:expression(this.onFocus=this.blur());} 只支持IE,过多使用效率低

加入<style>a{TEXT-DECORATION:none}</style>这一句就去掉超链接下划线了

border="0" 在图片后+上边框=0就可以去掉图片链接外层的蓝色边框

你可能感兴趣的:(css,IE,firefox)