mon script :
1 2 3 4 5
| <script type="text/javascript">
$(document).ready(function(){
$('.tTip').betterTooltip({speed: 150, delay: 300});
});
</script> |
mon html :
1 2 3 4
| <div align="center"><img src="map.gif" width="420" height="450" alt="Planets" usemap="#planetmap" /></div>
<map name="planetmap">
<area class="tTip" shape="polygon" coords="98,52,164,71,172,125,105,105" title="base normandie" href="#" />
</map> |
cela ne m'affiche toujours pas mon popup ......
j'arrive que à l'afficher simplement par un div
<div class="tTip" id="cloud1" title="The letter T. ">What's the difference between here and there?</div>
mais pas dans mon area
Partager