Is it possible to use Tooltip linked to an image map? There are a couple of references to this in the forum, but no answers! Does anyone know how to achieve this?
Is it possible to use Tooltip linked to an image map? There are a couple of references to this in the forum, but no answers! Does anyone know how to achieve this?
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Ooops!
DD Image w/ description tooltip
http://www.dynamicdrive.com/dynamici...agetooltip.htm
Certainly. Just put the onmouseover= and onmouseout= handlers into your <area> tags rather than <a> tags.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Thanks for the advice. Do you mean in this part of the script:
usemap="#Map" /><map name="Map"><area shape="rect" coords="72,316,81,322" href="#"></map>
<script language="JavaScript">
If yes, exactly where?
Leave the <script> tags where they are. Put the onmouseover= and onmouseout= tags, as shown in the demo, inside <area> tags rather than <a> tags. For example:
Code:<map name="Map"><area shape="rect" coords="72,316,81,322" href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()"></map>
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Thanks for your help.
Bookmarks