florida
07-12-2002, 04:22 PM
I have this javascript that I want to change colors of the link text when
I do a mouseover?
Please advise how I can do this with the below script? For example
when I put my mouse on the link I want it to change from blue to light
blue. I cannot use CSS so I was hoping to do this with Javascript.
<tr>
<td width=10> </td>
<td width=5 valign=top align=left
STYLE="font-size:9pt;">• </td>
<td width=130 STYLE="font-size:8pt;" >
<a href="myfile.htm"
onMouseOver="javascript:window.status='My
Text...';return true;"
onMouseOut="javascript:window.status='';return
true;" STYLE="font-size:8pt;">
CHANGE LINK TEXT COLOR ON MOUSE OVER HERE</a></td>
</tr>
I do a mouseover?
Please advise how I can do this with the below script? For example
when I put my mouse on the link I want it to change from blue to light
blue. I cannot use CSS so I was hoping to do this with Javascript.
<tr>
<td width=10> </td>
<td width=5 valign=top align=left
STYLE="font-size:9pt;">• </td>
<td width=130 STYLE="font-size:8pt;" >
<a href="myfile.htm"
onMouseOver="javascript:window.status='My
Text...';return true;"
onMouseOut="javascript:window.status='';return
true;" STYLE="font-size:8pt;">
CHANGE LINK TEXT COLOR ON MOUSE OVER HERE</a></td>
</tr>