kokoro
Joined: 03 Dec 2003 Posts: 2
|
Posted: Sat Dec 06, 2003 12:39 am Post subject: Text link color not applying |
|
|
For some reason, the color I defined on my css file is not applying to my text links. They just display the default IE text link colors. All other attributes of the site comes out just like the css file defined it, except for the text links.
anyway, I'm using something like this to define it...
a:link {color:#333333; text-decoration: none;}
a:visited {color:#333333; text-decoration: none;}
a:hover {color:#666666; text-decoration: none;}
For some reason it just usese the regular blue, purple and red on my links. Please help. Thanks! |
|