http://frontended.blogspot.com/search/label/html

Search

2014年8月19日 星期二

Pseudo-Class Selectors

Pseudo-class
* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective.
* a:active MUST come after a:hover in the CSS definition in order to be effective.

Pseudo-classes and CSS Classes
*Pseudo-classes can be combined with CSS classes: If the link in the example above has been visited, it will be displayed.
Back to Top
Powered by ProofFactor - Social Proof Notifications