0
我有這個代碼爲我製作的地圖。但由於某些原因,<a>
之前<area>
不適用於Firefox。在Chrome或IE上,您可以懸停並查看可點擊的內容,但無法使用Firefox。任何幫助?爲什麼錨只在Firefox的地圖座標上工作?
<p>
<img alt="California map showing counties" border="0" height="1015" src="http://imjesuschiko.com/doc/map.png" usemap="#ca_map_counties_Map" width="834">
<map id="ca_map_counties_Map" name="ca_map_counties_Map">
<a href="http://google.com"><area alt="Sacramento" coords="223,369, 227,364, 231,364, 235,367, 259,370, 263,376, 264,393, 264,404, 251,412, 239,412, 225,420, 220,428, 208,432, 214,426, 219,421, 223,416, 222,408, 227,403, 231,380" shape= "poly"></a>
</map>
</p>
嘗試'img'之前定義'map' –