new link (color) problem... for me..

> A:active
> {
>         font-family: 'Arial', 'Sans-Serif';
>         font-weight: bold;
>         font-size: 11pt;
>         color: #1874CD;
>         text-decoration:none;
>           }
>
> A:link
> {
>         font-family: 'Arial', 'Sans-Serif';
>         font-weight: bold;
>         font-size: 11pt;
>         color: #00BFFF;
>           text-decoration:none;
>         }
>
> A:visited
> {
>         font-family: 'Arial', 'Sans-Serif';
>         font-weight: bold;
>         font-size: 11pt;
>         color: #009ACD;
>           text-decoration:none;
>         }
>
this is how it look on my style.css file and in html file i remove body
link and rest color
stuff tag's... so thant must work... but when i start html nothing
appears, css work's
fine but color is red when i activate link... and i like to be some
other color...
or i like to put few colors in links, example in link to something
important i like to be active link color red anfd in mailto: i like to
be blue...

is it possible ? and how?

Received on Saturday, 11 April 1998 19:40:02 UTC