i know there is a simple script for changing the color on a simple text hyperlink on rollover, but i can't find it, anyone have something handy?thanks
| SitePoint Sponsor |
i know there is a simple script for changing the color on a simple text hyperlink on rollover, but i can't find it, anyone have something handy?thanks




<style type='text/css'>
<!--
A:link { COLOR: #666699; TEXT-DECORATION: none}
A:visited { COLOR: #666699; TEXT-DECORATION: none}
A:active { COLOR: #FF9900; TEXT-DECORATION: none}
a:hover { COLOR: #FF9900; TEXT-DECORATION: underline}
-->
</style>
Fill in colors and underline or not to suit your needs.





note the arrangement and specification of:
link
visited
active
hover
as propsed by w3c
"Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world."
-- Albert Einstein
thanks a lot,
perfect timing too !!
Bookmarks