If I clear my history, the a:link works until I visit a link then ren
refresh the page. Otherwise, the colors are those specified in browser
options.
I have tried IE 6 and NetScape 7.
p a:link
{
color: red !important;
text-decoration: underline !important;
}
p a:vlink
{
color: red !important;
text-decoration: underline !important;
}
div.menu a:link
{
color: Blue !important;
font-size: 18;
font-family: cursive;
font-weight: bold;
text-decoration: none;
}
div.menu a:vlink
{
color: Blue !important;
font-size: 10;
font-family: cursive;
font-weight: bold;
text-decoration: none; }
:link:visited {
color: purple;
}
:link:active {
color: red;
}
erik
"mrferg" <mrf...@msn.com> wrote in message
news:u#iIElvjCHA.1432@cpimsnntpa03...