Re: [css-d] Two different sets of hyperlink rules

2005-07-28 Thread Zoe M. Gillenwater
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

Re: [css-d] Two different sets of hyperlink rules

2005-07-24 Thread Steve Clason
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:#

[css-d] Two different sets of hyperlink rules

2005-07-24 Thread Joanne
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