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

Q795 When using links that are not underlined, how can I make the underlining appear when using onMouseover?

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

Q795 When using links that are not underlined, how can I make the underlining appear when using onMouseover?

Only in Internet Explorer 4:

<STYLE><!--
A {text-decoration: none;}

.underline   {text-decoration: underline;}
.nounderline {text-decoration: none;}
//--></STYLE>

<A HREF="pagename.htm" onMouseOver="this.style='underline'" onMouseOut="this.style='nounderline'">text link</A>

Feedback on 'Q795 When using links that are not underlined, how can I make the underlining appear when using onMouseover?'


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.