在 IE与FF中单击链接时虚线的清除
摘要:我们编写链接标签(锚)时,单击它,它总是会出现很难看的虚线。 只要a 的样式中写个这个 a{outline:none;}/* 在 FF 中 */ a{blr:expression(this.onFocus=this.blur());}/* 在 IE 中 */ 在各种浏览器中都可以清除虚线了。
阅读全文
posted @ 2010-05-17 14:25
posted @ 2010-05-17 14:25