Log in

View Full Version : Underline change onMouseover



Enyel
12-30-2006, 12:08 AM
Hi, I've being looking for some kind of way to make my links underline change when Mouseover like this http://nocturnall.net/resources/ but I have no idea on how, so could anyone help me please, thanx in advance ;)

thetestingsite
12-30-2006, 12:39 AM
a:hover {color: #606060; text-decoration: none; font-weight: bold; cursor: none; border-bottom: 3px solid #ff0d8b; text-transform: uppercase;}
}


Hope this helps.

Enyel
12-30-2006, 02:58 PM
Yes it help me a lot, thank you very much :D