Forum Moderators: phranque

Message Too Old, No Replies

Image map tooltip?

         

tonynoriega

8:03 pm on Apr 13, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



anyone know of a tooltip i can incroporate into an image map, using definded areas?

I want 2 things really.....

1. when you hover over the hotspot on the image, you get the tooltip....

2. you can hyperlink the hotspot as well to bring up a sub window..

tried a CSS tooltip, but no luck....

anyone?

Corey Bryant

9:45 pm on Apr 13, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Did you try to add the title attribute to the img tag?

And are you wanting to create a pop-up [cgiscript.net] instead of a new window?

-Corey

tonynoriega

10:22 pm on Apr 14, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



the tooltip has too long of a pause, or delay once you hover over the image area....most tooltips i have used for text tooltips, pop up instantly once you mouseover....

the title attribute has a delay that seems to bug me...., plus i havent seen too many ways to customize the look...

rocknbil

6:55 pm on Apr 15, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The instant ones are done with Javascript and are annoying on a level with background sounds and animations. :-) Google Javascript tooltip.

Both the title tag and alt tag (in IE) will cause text to appear when an imagemap href area is hovered, but as you say they are not customizable and there is a delay - this is by design and reduces the annoyance factor. Less is more. :-)

tonynoriega

3:37 pm on Apr 16, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Oh, i agree that some designers can get wwaaaaayyyy to saavy with them....

Me, i would definetly keep it simple, but what i like with the Jscript tooltips is taht they move with the cursor if you are over the area map coords....

thanks...ill look a litle deeper..