主题:  另一个问题

tellme

职务:普通成员
等级:1
金币:0.0
发贴:8
#12001/6/15 15:55:23
超链接被鼠标选中时变色的效果如何实现?



qqfchin

职务:普通成员
等级:1
金币:1.0
发贴:223
#22001/6/15 17:45:10
用css啊



tellme

职务:普通成员
等级:1
金币:0.0
发贴:8
#32001/6/15 17:51:02
请举个例子



地狱天使

职务:普通成员
等级:3
金币:10.0
发贴:1195
#42001/6/15 23:06:06
a.blue:link { font-size: 12px; color: #000000; text-decoration: none}
a.blue:visited { font-size: 12px; color: #000000; text-decoration: none}
a.blue:active { font-size: 12px; color: #0033CC; text-decoration: underline}
a.blue:hover { font-size: 12px; color: #0033CC; text-decoration: underline}