The order of link pseudo-classes - LVHA Rule

by Rekha 2010-03-30 18:24:56

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;}

Tagged in:

1649
like
0
dislike
0
mail
flag

You must LOGIN to add comments