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

Q624 How can I make a mouse over on an image without a link?

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

Q624 How can I make a mouse over on an image without a link?

You have to use a link, but you can make it do nothing:

<SCRIPT LANGUAGE="JavaScript"><!--
function myVoid() {}
//--></SCRIPT>

<A HREF="javascript:myVoid()"><IMG SRC=picture" onMouseOver="... insert mouse over code" onMouseOut="... insert on mouse out code"></A>

Feedback on 'Q624 How can I make a mouse over on an image without a link?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


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