🔔If you experience any difficulties before or after finalizing your order, please reach out to us through email at support@ciscoforall.com

Anchor Pseudo-classes

in html5 on January 9, 2013

Anchor Pseudo-classes

Example

a:link {color:#FF0000;} /* unvisited link */
a:visited {color:#00FF00;} /* visited link */
a:hover {color:#FF00FF;} /* mouse over link */
a:active {color:#0000FF;} /* selected link */

Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!

Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!

Categories: html5

Tags:

Cart (0)

  • Your cart is empty.