Archive for the ‘div+css’ Category

一月 9th, 2010

去掉图片链接点击后,图片周围的虚线框

a {outline: none;}
a:active {star:expression(this.onFocus=this.blur());}
:focus { outline:0; }
或< a href="#" onFocus="this.blur()">< img src="logo.jpg" border=0>< /a>

点这里阅读全文
一月 8th, 2010

jQuery 1.3 API 参考文档中文版-在线版

http://ai-2.cn/tools/jqueryapi/

点这里阅读全文