Reputation: 590
How many Pseudo-classes are there in CSS? What are they?
Upvotes: 0
Views: 157
Reputation: 7312
See 5.10 Pseudo-elements and pseudo-classes of the CSS2 spec.
CSS3 selectors are in Last Call status. See 6.6 Pseudo-classes, and 7 Pseudo elements.
Upvotes: 3
Reputation: 71830
I mostly use: :hover :active but :before :after and :first-child are useful too.
Upvotes: 5