[Zope] How to do a mouse over in Zope

Gordon Holtslander gordon.holtslander@sk.lung.ca
Mon, 29 Oct 2001 01:55:44 -0600


I'm trying to get a mouse over to work and all I get is the text. Thi=
s is
what I'm trying to make work:

<a href=3D"feedback.html" onMouseOver=3D"document.the_image.src=3D<dt=
ml-var
"images['feedback_dn.gif']">;" onMouseOut=3D"document.the_image.src=
=3D<dtml-var
"images['feedback_up.gif']">;"> <img src=3D<dtml-var
"images['feedback_up.gif']"> name=3D"the_image" border=3D"0"></a>

What am I doing wrong?=A0

Talk to you soon,
=A0
Gord
=A0