2006-10-28 20:01
蓝鼠狼
[quote].class a:link { background: url(图片地址) no-repeat top left; } /* 未被访问的链接 */
.class a:visited { background: url(图片地址) no-repeat top left; } /* 已被访问过的链接 */
.class a:hover { background: url(图片地址) no-repeat top left; } /* 鼠标悬浮在上的链接 */
.class a:active { background: url(图片地址) no-repeat top left; } /* 鼠标点中激活链接 */[/quote]