I can't remember the CSS code for links to change colour with the hover and things like that. ANy help appreciated.
Rico

HTML Code:A:link { text-decoration: none; color:#FFFFFF; } A:visited { text-decoration: none; color:#FFFFFF; } A:active { text-decoration: none; color:#FFFFFF; } A:hover { text-decoration: none; color:#FFFFFF; }
yes well this should work..
HTML Code:a:active, a:link, a:visited { color: #FFFFFF; text-decoration: none; } a:hover { color: #990000; text-decoration: none; }
Last edited by Splinter; 22-04-2006 at 10:21 AM.
Yeah Charlie that would work but what if he wants to change more than the hover settings he would have to break up the code then, I always use my code it's easier when I want to change =]
i use charlies mathod as i dotn use hover that much, i usually pout the style name in it
But anyway its done nowHTML Code:.white , a:active, a:hover, a:link, a:visited { }
Yes but he wanted it to just change when you haver over the link =DOriginally Posted by Encryptions!
Yeah Charlie that would work but what if he wants to change more than the hover settings he would have to break up the code then, I always use my code it's easier when I want to change =]
Speak English please =]Originally Posted by Sygon.
i use charlies mathod as i dotn use hover that much, i usually pout the style name in it
But anyway its done nowHTML Code:.white , a:active, a:hover, a:link, a:visited { }
And aye Charlie I just read his post fully =]
Hello.Originally Posted by Encryptions!
Speak English please =]
And aye Charlie I just read his post fully =]
A few spelling mistakes? dont be such a stereotype
- Dan oops Sygon
Last edited by Sygon.; 22-04-2006 at 11:04 AM.
I never put ' - Dan ' anymore you silly boy... =] Poor Sygon still gets wound up easy (l)
Want to hide these adverts? Register an account for free!