The order of link pseudo-classes - LVHA Rule - CSS Views : 436
Tagged in : CSS
0 0
Send mail
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



    Login to add Comments .