Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

a:link

0 views
Skip to first unread message

mrferg

unread,
Nov 18, 2002, 6:55:13 AM11/18/02
to
I cannot make the a:link, a:vlink, or a:alink work.

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; }


Erik Arvidsson

unread,
Nov 18, 2002, 5:01:14 PM11/18/02
to
Its :visited and :active so the selector becomes.

:link:visited {
color: purple;
}

:link:active {
color: red;
}

erik

"mrferg" <mrf...@msn.com> wrote in message
news:u#iIElvjCHA.1432@cpimsnntpa03...

0 new messages