Hi, I'am looking for a solution to use dynamic tooltips when mouse comes over a hotspot (several hotspots in an image). I like the tooltip on the homepage of this forum (http:// bassistance.de/jquery-plugins/jquery-plugin-tooltip/). - tooltip sticks to pointer - appears directly - fonts, colors etc. can be manipulated
Is there a proper solution? This is what the script shows now: <map name="Map" id="Map"> <area shape="poly" coords="75,131,77,153,103,152,99,130" href="#l" /> <area shape="poly" coords="110,127,114,149,140,150,136,126" href="#l" / > <area shape="poly" coords="147,123,152,148,178,146,172,121" href="#" / > </map></div> (I need separate tooltips on every area shape) Thanks, Erik