Danny
January 9th, 2004, 11:30
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.
a.footer:hover
{
color: #000000;
}
Maybe I'm missing something.
I've tried it in both IE and Firebird both show the links in white.
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.
a.footer:hover
{
color: #000000;
}
Maybe I'm missing something.
I've tried it in both IE and Firebird both show the links in white.