Dynamic Drive Forums
>
General Coding
>
HTML
> link effects?
PDA
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
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.