Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

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

You are here: irt.org | FAQ | JavaScript | Link | Q624 [ previous next ]

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?'

©2018 Martin Webb