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

Q903 Can you change the attributes of a link to italics?

irt.org | Knowledge Base | JavaScript | Link | Q903 [ previous next ]

Q903 Can you change the attributes of a link to italics?

In Internet Explorer 4 this is really easy to do:

<a href="http://www.irt.org" style="color: blue;" onMouseOver="this.style.fontStyle='italic'" onMouseOut="this.style.fontStyle='normal'">irt.org</a>

In Netscape Navigator 4 it is only possible with the aid of a large amount of JavaScript code. Take a look at the existing FAQ # 120 Is it possible to highlight the text of a link using onMouseOver?.


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.