cavenj
11-07-2010, 07:16 PM
I used the "Sticky Tooltip script" ( http://www.dynamicdrive.com/dynamicindex5/stickytooltip.htm )
with <area> tag inside an image-map.
It works good with Chrome and Firefox. It works too with IE 7 except the right click. Sticky box doesn't work when I click right.
What can I do. I need help. Thank you.
Joana
Here is the html code :
<div><img src="docs/essai3.jpg" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="41,87,74,131" href="http://www.wmaker.net/starcityisland/index.php?action=article&id_article=413992" data-tooltip="sticky1">
</map>
</div>
<!--HTML for the tooltips-->
<div id="mystickytooltip" class="stickytooltip">
<div style="padding:5px">
<div id="sticky1" class="atip" style="width:262px">
<img src="http://img686.imageshack.us/img686/7383/vancouver.jpg" /><br />BC is the westernmost of Canada's provinces and is famed for its natural beauty.<b><a href="http://en.wikipedia.org/wiki/Vancouver">Vancouver</a></b> is BC's largest city.
</div>
</div>
<div class="stickystatus"></div>
</div>
with <area> tag inside an image-map.
It works good with Chrome and Firefox. It works too with IE 7 except the right click. Sticky box doesn't work when I click right.
What can I do. I need help. Thank you.
Joana
Here is the html code :
<div><img src="docs/essai3.jpg" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="41,87,74,131" href="http://www.wmaker.net/starcityisland/index.php?action=article&id_article=413992" data-tooltip="sticky1">
</map>
</div>
<!--HTML for the tooltips-->
<div id="mystickytooltip" class="stickytooltip">
<div style="padding:5px">
<div id="sticky1" class="atip" style="width:262px">
<img src="http://img686.imageshack.us/img686/7383/vancouver.jpg" /><br />BC is the westernmost of Canada's provinces and is famed for its natural beauty.<b><a href="http://en.wikipedia.org/wiki/Vancouver">Vancouver</a></b> is BC's largest city.
</div>
</div>
<div class="stickystatus"></div>
</div>