Text Link Hover


Example of Code
There is no line beneath this link.

If you are using MicroSoft Internet Explorer as your browser, the link will also change to teal when your cursor moves over it

Grab the Code
Explanation of Code
This example uses Cascading Style Sheets (CSS), <STYLE TYPE="text/css">, to set the text-decoration property of all links in the page to none.

The link psuedo-element, :hover, has its color set to teal, color: teal.

Copyright © 2001 John H. Bolgiano, Jr. - All rights reserved
Modified with permission for educational use by Roberta Bush