View Full Version : Link HELP
MikaGrin
Oct-23-2009, 05:10 PM
Hi guys, can i make change the color of the link when cursor go over it ?
Thank you, Mika
J Allen
Oct-24-2009, 12:04 AM
Hi guys, can i make change the color of the link when cursor go over it ?
Thank you, Mika
This rule will affect every link through-out your whole site:
/*====Link Colors====*/
a:link {color:#XXXXXX;}
a:visited {color:#XXXXXX;}
a:hover {color:#XXXXXX;}
a:active {color:#XXXXXX;}
MikaGrin
Oct-25-2009, 10:20 AM
This rule will affect every link through-out your whole site:
/*====Link Colors====*/
a:link {color:#XXXXXX;}
a:visited {color:#XXXXXX;}
a:hover {color:#XXXXXX;}
a:active {color:#XXXXXX;}
Hi J Allen, how are you ? Thank you very much for the code, it work very well, Mike
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.