You are here: irt.org | About | Feedback | 1535 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q193
Sent by
Ian Ornstein on July 26, 2000 at 12:04:39:
Worth:
Very worth reading
Length:
Too short
Comments:
1st thing there is a bug ( a " where a ' should be on the onMouseOut line in Peter's contribution.
Next: I would like to mouse over text and change the text style (why use images)So I tried
<P>This is some text outside,
<A HREF="javascript:myvoid()" onMouseOver="fOne(this)" onMouseOut="fTwo(this)">
<SPAN ID="Fred" class="sOut">this is some text inside</SPAN></A>,
and this is more text outside
but the ID doesn't work like a name attribute. I understand the