View Full Version : CSS link troubles


ryu_of_darkness
05-14-2005, 10:59 PM
here's my code:

A:link
{ font-style: italic; font-decoration: none; color:gold; }

A:visited
{ font-style: italic; font-decoration: none; color:gold; }

A:hover
{ font-style: none; font-decoration: none; color:black; }

The probleme is that there's an underline under my link, and I don't want one... What should I do?? Help

Monkey Bizzle
05-15-2005, 02:29 AM
should be text-decoration instead of font-decoration.

ryu_of_darkness
05-15-2005, 04:10 PM
should be text-decoration instead of font-decoration.
thanx, I guess it's just the simple mistakes that get us......