On 2006-09-06, Boris Zbarsky <[EMAIL PROTECTED]> wrote:
> Ben Hutchings wrote:
>> /* The hover state must be made obvious since DVD players have no pointer. */
>> a:hover {
>
> Ah... So the problem is that the preference stylesheet is a user stylesheet, 
> which means that the
>
>    *|*:link { color: whatever }
>
> rule in it takes precedence over an "a:hover" rule in a UA stylesheet...

I thought greater specificity trumped the user/agent priority.  Does it
not, or are those rules equal specific?

> Could you make your sheet a user sheet instead of a UA sheet?  That should 
> help.

How would I do that?

> P.S.  Styling "a:hover" is probably not what you want.  See 
> http://dbaron.org/css/1999/09/links for some details.
<snip>

Yes, I see.  Thank you very much for the reminder.

Ben.

-- 
Ben Hutchings -- [EMAIL PROTECTED] shortened to [EMAIL PROTECTED]
If you've signed my GPG key, please send a signature on and to the new uid.
Horngren's Observation:
                   Among economists, the real world is often a special case.
_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to