|
From: Ed Jay on 29 Mar 2008 13:51 I have a menu with selections: <a class="nav4w" href="foo.html">buttontext </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)
|
Pages: 1 Prev: images and text Next: 3 cols with same length without to break others characteristics |