At 11:36 25-8-00 +0200, Radim Gelner wrote:
>Greetings,
>
>is there an easy way to add imagemapping to an image object or do I
>have to create a new class for such a purpous?

I don't know exactly what you mean by imagemapping, but if you mean the
html tag <map> then you can use something like this in your dtml-method:

<img src="image_gif" border="0" usemap="#home">

<map name="home">
<area shape="rect" coords="1,1,460,310" href="url">
</map>

Diny


DIVA, Faculty of Veterinary Medicine
Utrecht University,  The Netherlands
http://www.vet.uu.nl 

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to