<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 プラグインはありますか。
助けてくれて本当にありがとうございます!