Joanne wrote:
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:#FF;
}
Joanne,
Steve already explai
On 7/24/2005 7:42 PM Joanne wrote:
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:#
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:#FF;
color:#0303ce;
}
I then have