Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q193

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

Do you happen to have another thought on this topic?

Thanks,
- IanO -
function fOne(id)
{
id.class="sOver";
}
function fTwo(id)
{
id.class="sOut";
}
sOut {color:blue}
sOver {color:green}




Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.