View Full Version : help!


Sk8er8
08-10-2003, 08:21 PM
All my links that aren't visited yet are red and this is my stylesheet code...

<style type="text/css">

A:link { text-decoration: none; color:#FFFFFF; }
A:visited { text-decoration: underline; color:#FFFFFF; }
A:hover { text-decoration: none; color:#3366FF; }
A:active { text-decoration: none; color:#FFFFFF; }
body {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #0066CC;
scrollbar-dark-shadow-color: #FFFFFF;
scrollbar-track-color: #000000;
}

</style>

why?

Jared
08-10-2003, 08:46 PM
Are you using External CSS or is that the css right on your individual pages?

Sk8er8
08-10-2003, 08:51 PM
external

kittycat
08-10-2003, 09:05 PM
Remove the style tags.

You should also have the link attributes in the right order

a:link
a:visited
a:active
a:hover