eharris
Programmer
- Mar 13, 2001
- 15
Using:
<script language=JavaScript1.2><!-- Hide the script from old browsers --
document.write('<style type="text/css">A:hover{color: #9C6500}</style>')
//----------------></script>
. . .I can change the color of a link when moving the mouse over it. But this affects every link on the page, and does not remove the underline of the link.
How can I use JavaScript to change the color of select links on mouseOver and remove the underline at the same time?
Thank you in advance.
Ed
<script language=JavaScript1.2><!-- Hide the script from old browsers --
document.write('<style type="text/css">A:hover{color: #9C6500}</style>')
//----------------></script>
. . .I can change the color of a link when moving the mouse over it. But this affects every link on the page, and does not remove the underline of the link.
How can I use JavaScript to change the color of select links on mouseOver and remove the underline at the same time?
Thank you in advance.
Ed