1) Script Title: Rich HTML Balloon Tooltip
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...oontooltip.htm
3) Describe problem:
I want to use the toolip on a hot spot but it doesnt seem to work.
here is the small chunk taken out from the bottom of the page:
The tooltip works fine on link but not on hotspots.Code:<map name="Map" id="Map"> <area shape="rect" coords="46,55,48,60" href="#" /> <area shape="poly" coords="47,59,64,23,90,11,122,9,151,23,161,35,162,46,165,68,145,71,143,93,120,83,92,83,76,88,70,74,55,68" href="#" rel="tooltip" /> </map></body> <div id="tooltip" class="balloonstyle" style="width: 350px; background-color: #666666"> Tshirt description here #1 </div> </html>
Maybe even a differnet tooltip script made for hotsspots would be better?



Reply With Quote
Bookmarks