Hi Gord, Try this: <a href="http://www.linux.org" onMouseOver="document.the_image.src='IMAGE_ID_HIGHLIGHT'" onMouseOut="document.the_image.src='IMAGE_ID'"> <img src="IMAGE_ID" name="the_image" border="0"> </a> Have fun, Christian -----Ursprüngliche Nachricht----- Von: zope-admin@zope.org [mailto:zope-admin@zope.org]Im Auftrag von Gordon Holtslander Gesendet: Montag, 29. Oktober 2001 08:56 An: Zope List (E-mail) Betreff: [Zope] How to do a mouse over in Zope I'm trying to get a mouse over to work and all I get is the text. This is what I'm trying to make work: <a href="feedback.html" onMouseOver="document.the_image.src=<dtml-var "images['feedback_dn.gif']">;" onMouseOut="document.the_image.src=<dtml-var "images['feedback_up.gif']">;"> <img src=<dtml-var "images['feedback_up.gif']"> name="the_image" border="0"></a> What am I doing wrong? Talk to you soon, Gord _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )