On 03/06/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> besides that, make sure that your pseudo classes are in the order
> :link, :visited, :hover, :active, :focus
> (don't know where this order comes from and why it's so important, but
> it works...)

A link can be in multiple states at once. For example, if you define
:hover before :link and :visited then (since they all have the same
specifity and :link/:visited are defined last) it doesn't matter if a
link is :hovered or not - the :link/:visited will always override
styles.

-- 
David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to