Code: Select all
.menu
{
color: black;
}
a.menu
{
color: black;
text-decoration: none;
}
a.menu:hover
{
color: red;
text-decoration: none;
}But in NS Navigator 4.7, the link is coloured black, but does not change when you place the mouse over the link. However, is turns red when the link is clicked only.
Why is not working in Netscape, or is there any alternative method I could use.
(Netscape is only use for testing as it is more 'fussy' than IE)
Thanks.