View Full Version : Change Link on Hover


kriisty_
10-13-2005, 01:28 PM
Okay , my first question is : does anyone know a html code for making a link change colour as you roll the mouse over it ? thats the only one i really need . my second question is : do you know any good helpful html code websites ? .. thanks ! =)

allie
10-13-2005, 02:04 PM
<style type="text/css">
<!--
a:link {color: #000000; text-decoration: underline; }
a:active {color: #000000; text-decoration: underline; }
a:visited {color: #000000; text-decoration: underline; }
a:hover {color: #000000; text-decoration: none; }
-->
</style>

Use a style sheet, change the number in the hover attribute to whatever color number you want.

Html help Web sites:

http://www.google.com/search?hl=en&hs=O61&client=firefox-a&rls=org.mozilla:en-US:official&q=html+help&spell=1

pb&j
10-13-2005, 04:48 PM
do you know any good helpful html code websites ?
http://www.lissaexplains.com
:D