CSS: Correct order to style links

By Eric Downing. Filed in CSS  |  
TOP del.icio.us digg

This is the correct order to place the styles in your Cascading Style Sheet(CSS) markup to style links.
The order does matter as out of order markup can lead to lost properties.

a:link {}
a:visited {}
a:focus {}
a:hover {}
a:active {}

Tags:

Leave a Reply