图像映射功能在 Internet Explorer 9 中不起作用,这是我的代码:
我的图像标签:
<img id="rechtsInMainNavBar" border ="0" src="res/images/rechts-mainNavBar.jpg" usemap="#mainnavigation">
我的地图:
<map id="mainnavigation" name="mainnavigation">
<area href="index.html" shape="rect" coords="3,4,95,72" class="openModal">
<area shape="rect" coords="102,4,205,72" href="#InformationTab1" alt="Information" title="Information" class="openModal">
<area shape="rect" coords="212,4,291,72" href="#ServiceTab1" alt="Service" title="Service" class="openModal">
<area shape="rect" coords="294,4,373,72" href="#KontaktTab1" alt="Kontakt" title="Kontakt" class="openModal">
</map>
请帮助我,我不知道...它在 Safari、Firefox 和 Chrome 中完美运行。