javascript - Imagemap Rollover and Tooltip -


<img src="http://www.w3schools.com/tags/planets.gif" width="145" height="126" alt="planets" usemap="#planetmap" />  <map name="planetmap">   <area shape="rect" coords="0,0,82,126" href="sun.htm" alt="sun" />   <area shape="circle" coords="90,58,3" href="mercur.htm" alt="mercury" />   <area shape="circle" coords="124,58,8" href="venus.htm" alt="venus" /> </map> 

i need 1) change opacity on mouseover highlight hovered area , 2) add simple tooltip show details of hovered area.

is possible? there jquery plugin let me both.

many help!

http://www.frankmanno.com/ideas/css-imagemap/

http://frankmanno.com/ideas/css-imagemap-redux/


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -