A:link { color: #000000; }
A:hover { color: #ffffff; }
A.Black:link { color: #ffffff; }
A.Black:hover { color: #000000; }
Then i define a link
<a href="someURL" class="Black">
Sometimes this works fine and sometime the hover color is just not used. All
the other properties will work fine though (ie: color, visited, active). It
is only the hover property that seems to get lost.
I though it might have something to do with properties defined for whatever
the link is contained in but I've had to links right next to each other in
the same table defined with the same class and one would use the hover color
and the other wouldn't.
Is this a weird bug or is there something I don't know here?
Thanks,
Mike
"Mikeage" <mi...@cheshire.net> wrote...
Mike
"Rowland Shaw" <spamf...@anotherpointless.org> wrote in message
news:OxSMfflJCHA.2756@tkmsftngp10...