From: Ed Jay on
I have a menu with selections:
<a class="nav4w" href="foo.html">buttontext&nbsp;</a>

Styled in an external style sheet as:

..nav4w {
padding:2px 0 3px 0;
display:block;
width:98%;
border-bottom:1px solid #300099;
margin-top:1px;
text-align:right;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;font-size:100%;
font-weight:normal;
overflow:hidden;
}

a.nav4w:link {color:#f8fafc;}
a.nav4w:hover {color:#330099;background-color:#f8fafc;}
a.nav4w:visited {color:#ffff00;} /*background-color:#3c93db;*/
a.nav4w:active {color:#ffffff;}

If I specify a background-color for the visited link, it doesn't change on
hover. Is this normal, or what am I doing wrong?

TIA,
--
Ed Jay (remove 'M' to respond by email)