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
No Underline 1
Description:
You say you don't want the links on your page to be underlined!  Well, here you go ... this is a real simple script that does just that -- and the link will change color as you pass your mouse over it!
Revised 5/6/2001 to include a 'hover' statement so that the link would change color when you pass your mouse over it
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 is NOT underlined!
Download the code
right click on link, then click on 'Save target (or frame) as'
Other information:

Source code:

<STYLE>
<!--
a:hover {color:red}
U { text-decoration : none }
-->
</STYLE>