G
Goofy
I have some hyperlink controls on my webform. I am trying to get the
currently selected link to display Black text on white background. This
does not seem to work. When you click it, it goes to the active class, but
when the mouse button is released, it goes back to A.mnu class.
Any help would be appriciated
A.mnu
{
font-family:Arial,helvetica, Univers 45 Light;
font-size:9pt;
color:White;
background-color: rgb(153,204,0);
}
A.mnu:link
{
font-family:Arial,helvetica, Univers 45 Light;
font-size:9pt;
}
A.mnu:visited
{
text-decoration:none;
}
A.mnu:hover
{
background-color: rgb(0,204,0);
}
A.mnu:active
{
background-color:White;
color:black;
text-decoration:none;
}
A.mnu:selected
{
background-color:White;
color:black;
text-decoration:none;
}
currently selected link to display Black text on white background. This
does not seem to work. When you click it, it goes to the active class, but
when the mouse button is released, it goes back to A.mnu class.
Any help would be appriciated
A.mnu
{
font-family:Arial,helvetica, Univers 45 Light;
font-size:9pt;
color:White;
background-color: rgb(153,204,0);
}
A.mnu:link
{
font-family:Arial,helvetica, Univers 45 Light;
font-size:9pt;
}
A.mnu:visited
{
text-decoration:none;
}
A.mnu:hover
{
background-color: rgb(0,204,0);
}
A.mnu:active
{
background-color:White;
color:black;
text-decoration:none;
}
A.mnu:selected
{
background-color:White;
color:black;
text-decoration:none;
}