New on jQuery. I'am looking for dynamic tooltips when mouse comes over a hotspot (I need tooltips on several hotspots in one image) like the tooltip on this homepage: http:// bassistance.de/jquery-plugins/jquery-plugin-tooltip/. (tooltip sticks to pointer - appears directly - fonts, colors, etc. can be manipulated)
Who knows the right and easy script? 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> Thanks, Erik