我有一个使用 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>