Imagemap --> Browser Probleme
Kati
- html
Hi!
Ich hab hier eine ganz einfache Imagemap:
<map name="map">
<area shape="rect" coords="650,77,791,89" href="mailto:example@example.com" alt="mailto:example@example.com" >
</map>
<img src="../../_img/image.jpg" alt="" width="800" border="0" usemap="map" />
FireFox ist der einzige, der diese Map darstellt. IE 7 und Opera zeigen nix an. Mensch kann es nicht Online sich angucken. Aber hatte schonmal jemand so ein Problem und hat per Zufall einen workaround?
Danke schonmal im vorraus
Hallo,
<img src="../../_img/image.jpg" alt="" width="800" border="0" usemap="map" />
workaraound kann man es nicht nennen, einfach die richtige Syntax nehmen:
<img .. usemap="#map">
Gruß plan_B
<map name="map">
<area shape="rect" coords="650,77,791,89" href="mailto:example@example.com" alt="mailto:example@example.com" >
</map>
<img src="../../_img/image.jpg" alt="" width="800" border="0" usemap="map" />
schreibe: usemap="#map"