March 9, 200917 yr When you group the pseudo-classes (a:link, a:visitied...) does active still need to come below hover? Or could you do for example: a:link, a:visited, a:active { stuff } a:hover { stuff } Cheers, /Doug
March 9, 200917 yr active should be below hover, but you need to try if you css works, it can also work in other orders.
Create an account or sign in to comment