Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q193, July 26, 2000 at 12:04:39:

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

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}



©2018 Martin Webb