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

Q202 How can I make a link text go bold on mouse over, but only in browsers that support it?

irt.org | Knowledge Base | DHTML | Q202 [ previous next ]

Q202 How can I make a link text go bold on mouse over, but only in browsers that support it?

<a href="apage.html" onMouseOver="if (document.styleSheets) this.style.fontWeight='bold';"
  onMouseOut="if (document.styleSheets) this.style.fontWeight='normal';">text here</a>

Feedback on 'Q202 How can I make a link text go bold on mouse over, but only in browsers that support it?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. 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.