<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>我需要1)改变鼠标悬停区域的不透明度和2)添加简单的工具提示来显示悬停区域的细节。
有可能吗?有没有什么jquery插件可以让我同时做到这两点。
非常感谢您的帮助!
发布于 2010-10-09 03:36:14
http://www.frankmanno.com/ideas/css-imagemap/
http://frankmanno.com/ideas/css-imagemap-redux/
https://stackoverflow.com/questions/3890882
复制相似问题