<img src="C:/Users/ma/Desktop/start_new_coin/rebulid from scratch/chaptermap/ch01ch01.png"width="453" height="453" alt="Planets" usemap="#planetmap">
<map name="planetmap">
<area shape="poly" coords="172,227,181,224,183,213,189,201,195,193,199,190,199,184,126,93,135,93,123,79,103,96,84,117,68,140,58,162,51,186,48,201,47,214,135,219,130,227,148,227,147,225,151,227,149,223,153,227,153,221,156,225,157,214,160,202,166,190,174,179,176,177,174,174,191,176,192,192,189,189,180,200,174,212,172,224,172,227" alt="Sun" onmouseover="this.src='C:/Users/ma/Desktop/start_new_coin/rebulid from scratch/chaptermap/ch01ch12.png'" width="453" height="453" onmouseout="this.src='C:/Users/ma/Desktop/start_new_coin/rebulid from scratch/chaptermap/ch01ch01.png'" width="453" height="453"/>
</map>
我試圖在鼠標懸停在圖像的特定區域時更改圖像。但它不會改變。這是我的代碼。我已經嘗試過,但它不會改變圖像懸停。鼠標懸停在圖像特定部分的圖像更改
呃...我沒有看到代碼?也許你需要添加它。 – Script47
歡迎來到StackOverflow!您的代碼尚不可見,請編輯帖子並添加源代碼。 – gariepy
可能[地圖標記](https://developer.mozilla.org/en/docs/Web/HTML/Element/map)和[區域標記](https://developer.mozilla.org/en/docs/Web/HTML /元素/區域) –