Lessons Community Resources Tools

Rollover Color Link

A simple way to add eye candy to your links, is to make them change color on mouse over.

Example:

This link will change color on mouse over.

Code:

<HEAD>
<style type="text/css">
<!--
A:hover {color : red}
-->
</style>
</HEAD>