ImageMapster.jsを使用したホバー効果のある画像マップがあります...画像の横には、画像マップ領域の特定の領域を参照するテキストリンクのリストがあります。テキストリンクにカーソルを合わせると、画像マップ領域を強調表示できますか?
例えば:
<img src="map.png" usemap="#ch" style="width:100%;">
<map id="usa_image_map" name="usa>
<area href="http://ab.com" state="ab" shape="poly" coords="259,256,275,257,..."><area href="http://xy.com" state="xy" shape="poly" coords="332,421,329,416,...">
</map>
<div id="links">
<a href="http://ab.com">ab</a><a href="http://xy.com">xy</a>