[Javascript] Color Coded Conundrum

Dan Costea costea at ssi-schaefer-noell.com
Tue Feb 12 08:11:15 CST 2002


> Hi;
> I have the following line of code:
>
> <font style="font: 13px antique olive, arial; color: white"
> onMouseOver="javascript:this.style.color='black'"
> onMouseOut="javascript:this.style.color='white'">Home</font>
>
> I can't get the color to change with mouse actions. What gives?
> TIA,
> BenO
>

The code you sent works just fine (IE5.5): on mouse over changes the text
color to black and on mouse out the text color is made white. What is the
question? (Am I misunderstand something?)

Dan.




More information about the Javascript mailing list