Tutorials Bugs Masterclass Free stuff Test pages Proposals

Core tests

Advanced tests

This test

RichInStyle.com tests: dynamic pseudos 2

Multiple pseudo-class test

Applicability of pseudo-classes to elements other than links test

  1. Anonymous content - not underlined when hovered over.
  2. DIV element - underlined when hovered over (:hover {text-decoration: underline}).
  3. Underlined when hovered over (P {text-decoration: none}, but :hover has greater specificity).

  1. Not underlined when hovered over (P.class {text-decoration: none}; order sort overriding P:hover of equal specificity).