主题:  关于超链接的问题

无名小子

职务:普通成员
等级:1
金币:0.0
发贴:86
注册:2001/5/11 20:12:03
#12001/10/18 8:46:14
我定义了链接的属性是 鼠标移上,下划线出现,鼠标移出或点击下划线消失,但是出现一个问题就是鼠标点击后再移上鼠标时下划线不会出现了????!!!这是怎么回事啊 请大虾指教!!
网页地址 go1.163.com/wumingxiaozi/



红心苕

职务:普通成员
等级:1
金币:0.0
发贴:27
注册:2001/10/17 13:30:08
#22001/10/18 9:13:25
你的CSS,
a:visited { color: #0099FF; text-decoration: none}
仔细看看



无名小子

职务:普通成员
等级:1
金币:0.0
发贴:86
注册:2001/5/11 20:12:03
#32001/10/18 9:36:07
这是我的定义的css 请帮忙看看有什么地方不对了?谢谢
a:link { color: #0066FF; text-decoration: none}
a:hover { color: #FFFF00; text-decoration: underline}
a:visited { color: #0099FF; text-decoration: none}



黑咖啡

职务:普通成员
等级:1
金币:1.0
发贴:256
注册:2001/6/14 17:01:09
#42001/10/18 10:07:08
a:link { color: #009999; text-decoration: none; font-size: 12px}
a:active { color: #009999; font-size: 12px; text-decoration: none}
a:visited { color: #CC9900; text-decoration: none; font-size: 12px}
a:hover { color: #0000FF; text-decoration: underline; font-size: 12px}

Order is important.



无名小子

职务:普通成员
等级:1
金币:0.0
发贴:86
注册:2001/5/11 20:12:03
#52001/10/18 11:36:08
谢谢各位大虾 呵呵 问题解决了 高兴啊 改天请你们吃饭啊 呵呵