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 1
Description:
This is a real easy way to change the color of your links.  Just add this javascript to each page and enjoy!
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:
As you move your mouse over the link for www.trellix.com it should change colors!
Download the code
right click on link, then click on 'Save target (or frame) as'
Other information:
I have another script (Mouse Rollover 2) which expands on this one, and shows you another way of entering your colors!

Source code:

<HEAD><STYLE>
<!--
A:hover {color:red}
-->
</STYLE></HEAD>