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

Feedback on: irt.org FAQ Knowledge Base Q120

irt.org | About | Feedback | 489 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q120

Sent by
Bonnie on September 30, 1999 at 10:24:20:

Worth:
Very worth reading

Length:
Too long

Technical:
Too technical

Comments:
In response to the question, "Is it possible to highlight the text of a link using onMouseOver?", I've seen a apparently less complicated set of code, however, it only appears to work in IE 5. Is there any where to hook it up to a JavaScript function or access the NN DOM to get it to work in NN as well? Thanks!

<style>
A.on: {color:#FF00FF;
font-size: 12pt;
text-decoration: underline;}

A.off: {color:#0000CC;
font-size: 12pt;
text-decoration:none;}
</style>

and then, inside each link:

<a href="#whatever"
class="off"
onMouseOver="this.className='on'; return true"
onMouseOut="this.className='off'; ;return true">Some Text</a>







Other feedback on 'irt.org FAQ Knowledge Base Q120' - show all


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.