http://members.lycos.co.uk/boldpatch/uploads/page.html
http://members.lycos.co.uk/boldpatch/uploads/style.css
How do you change link colours within a class.
In the page above one link should be white, while the other should be black.
According to the CSS specification this should work.
Maybe I'm missing something.a.footer:hover
{
color: #000000;
}
I've tried it in both IE and Firebird both show the links in white.