3
我有一個3多邊形的圖像映射。實際的圖像熱點是由多條曲線和邊緣組成的複雜形狀。更改mouseover上映射圖像熱點的背景
<img src="/images/map.gif" alt="HTML Map"
border="0" usemap="#map"/>
<map name="map">
<area shape="poly"
coords="74,0,113,29,98,72,52,72,38,27"
href="index.htm" alt="area1" />
<area shape="poly"
coords="22,83,126,125"
href="index.htm" alt="area2" />
<area shape="poly"
coords="73,168,32"
href="index.htm" alt="area3" />
</map>
我創建了map.gif的一個副本,名爲map_over.gif,它以不同的顏色呈現。我想要做的是將map.gif的可點擊熱點區域內的區域更改爲鼠標懸停時的map_over.gif。有關如何使用CSS或Javascript完成此任務的任何建議?提前致謝。
謝謝!這就是訣竅,不知道它會如此簡單。 – dcd0181
歡迎您,但請勾選答案:) –