Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

r www.webscriptexpert.com

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Change Text Properties on Mouseover

This only works with the IE browsers. Add this code within your <head> tags. To keep the underline on your links, replace "none" with "underline" Change "YourColor" with the hexidecimal number of color required.
Find this and other snippets on my site, if you wish, by clicking here

<style
type="text/css"> <!-- A:link { text-decoration: none; color:#YourColor
} A:visited { text-decoration: none; color:#YourColor } A:hover { text-decoration:
none; color:#YourColor } --> </style>
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS