I have a site where some of the hyperlinks are on a white background and
some are on a blue one, so I want to have two different sets of rules for
the hyperlinks.
At the moment I have (below) for the main set:
a
{
text-decoration:underline;
background-color:#FFFFFF;
color:#0303ce;
}
I then have this (below) for the area with the blue background:
.addressbar
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
}
And this is what I have (below) for the hyperlinks in the address bar, but
it's not working. I've just taken a wild guess and it didn't work. Can
anyone help me?
a.addressbar
{
text-decoration:underline;
background-color:#0303ce;
color:#FFFFFF;
}
Joanne
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/