Tooltip + image map?
ZIK
- javascript
0 ZIK
Hallo!
Wie kann ich denn folgenden Tooltip in einer Imagemap (area shape="poly") integrieren?
Ich beiß mir schon seit vielen Stunden die Zähne daran aus und benötige dringend Hilfe!!!
Mit freundlichen Grüßen
ZIK
P.S.: Script ist von www.walterzorn.com
----image map coords---------
area shape="poly" coords="281,214,282,215,310,199,316,212,328,208,334,219,287,245,280,234,288,229,289,229,281,215,281,215,282,214,282,214"
----head--------
<script type="text/javascript" src="wz_tooltip.js"></script>
----body--------
<a href="page" onmouseover="Tip('text<br><img src=img.jpg width=150 height=53>', WIDTH, 150, PADDING, 6, BGCOLOR, '#ffffff', WIDTH, 300, TITLE, 'title', SHADOW, true, FADEIN, 300, FADEOUT, 300, STICKY, 1, CLOSEBTN, true, CLICKCLOSE, true)" onmouseout="UnTip()">test</a>
Ahh...
Ich habe es jetzt schon erledigt!!!
cu
zik