[Zope] How to do a mouse over in Zope

Christian Prokopp christian.prokopp@wheel-it.de
Mon, 29 Oct 2001 10:26:03 +0100


Hi Gord,

Try this:

<a href=3D"http://www.linux.org"
onMouseOver=3D"document.the_image.src=3D'IMAGE_ID_HIGHLIGHT'"
onMouseOut=3D"document.the_image.src=3D'IMAGE_ID'">

 <img src=3D"IMAGE_ID" name=3D"the_image" border=3D"0">

</a>

Have fun,
Christian

-----Urspr=FCngliche 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=3D"feedback.html" onMouseOver=3D"document.the_image.src=3D<dtml-v=
ar
"images['feedback_dn.gif']">;" onMouseOut=3D"document.the_image.src=3D<dt=
ml-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



_______________________________________________
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 )