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

Q1620 What is the smallest amount of code necessary for image swaping?

irt.org | Knowledge Base | JavaScript | Image | Q1620 [ previous next ]

Q1620 What is the smallest amount of code necessary for image swaping?

This might be it:

<a href="http://www.irt.org/"
  onMouseOver="if (document.images) document.images['i1'].src='on.gif'"
  onMouseOut="if (document.images) document.images['i1'].src='out.gif'"
><img src="out.gif" name="i1"></a>

Feedback on 'Q1620 What is the smallest amount of code necessary for image swaping?'


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.