<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 插件可以让我两者兼得。
非常感谢您的帮助!