日期:2014-05-16  浏览次数:20364 次

Map在Chorme中失效的奇怪问题

...
<td height="30"><img src="img/dl.gif" width="81" height="22" border="0" usemap="#Map"/></td>
...

<map id = "Map">
    <area id="alogin" alt="login" shape="rect" coords="3,3,36,19" href="javascript:checkinput();"/>
    <area id="areset" alt="reset" shape="rect" coords="40,3,78,18" href="login.aspx"/>
</map>



在IE中工作正常,在Chrome里点击没反应,何解?

------解决方案--------------------
chrome需要写成
<map name = "Map">