Log in

View Full Version : link effects?



xoblivionxfantasyx
04-21-2006, 10:15 PM
can someone please help me on how to scroll over a link and it to change color because i have tried many things and they don't work

Twey
04-21-2006, 10:16 PM
<style type="text/css">
a {
color: black;
}

a:hover {
color: green;
}
</style>

xoblivionxfantasyx
04-21-2006, 10:17 PM
thank you so much