nsideoutgrrl
02-14-2005, 01:45 AM
like it says in the title, i have a css for some link stuff. here is the code i have put in.
A:link
{ text-decoration: underline; }
A:visited
{ text-decoration: underline; }
A:active
{ text-decoration: underline; }
A:hover
{ text-decoration: none; }
what i want the code to do, is underline text links, and have no decoration on image/hover links. i'm oretty sure i put the code in right, but for some reason it's not working.
so basically, is there a problem with the code?
A:link
{ text-decoration: underline; }
A:visited
{ text-decoration: underline; }
A:active
{ text-decoration: underline; }
A:hover
{ text-decoration: none; }
what i want the code to do, is underline text links, and have no decoration on image/hover links. i'm oretty sure i put the code in right, but for some reason it's not working.
so basically, is there a problem with the code?