Search this site!

Return to the CSB Support home page
Text Rollover 1   |   Text Rollover 2   |   Image Rollover 1   |   No Underline 1   |   Menu links with rollover   |   Change Scroll Bar Color
Text Rollover 2
Description:
This expands on the Mouse Rollover 1 script, with a few more options to control not only the color of the link as you pass your mouse over it, but what color it will be after clicking on the link!
How to use:
Simply cut and paste the code provided into a BYOWG.  You may wish to change the color used when rolling over your links.
Example:
Notice that the link in this sentence: www.trellix.com changes colors as you move your mouse over it.
Download the code
right click on link, then click on 'Save target (or frame) as'
Other information:
Also, I demonstrate with this link that you are NOT restricted to just using the name of a color; you can also you the numerical value assigned to each shade of color! For more information on selecting colors, go to: http://www.htmlclinic.com/colorchart.php

Source code:

<HEAD>
<STYLE TYPE="text/css">
<!--
A:link {color:#000080;}
A:visited {color:#946C6B;}
A:hover {color:#FF0000;}
-->
</STYLE>
</HEAD>