|
|
The order of link pseudo-classes - LVHA Rule - CSS
|
Views : 436
|
|
Tagged in : CSS
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
The order of link pseudo-classes - LVHA Rule
You came across the "link-visited-hover-active" (LVHA) rule. This holds that
the four link states should always be listed in that order, like so:
a:link {color: blue;}
a:visited {color: purple;}
a:hover {color: red;}
a:active {color: yellow;}
|
|
By Rekha, On - 2010-03-30 |
|
|
|