Ulla: Cursor bei map/area

Hallo Leute!
Cursor für ein area-tag funktioniert im FF aber nicht im IE. Warum? Kann man das ändern?

HTML:
<img src="../images/xxx.gif" alt="x" title="x" usemap="#Map1">
 <map name="Map1">
   <area class="Area" shape="poly" coords="50,0,66,32,50,25,34,33" alt="alt" title="">
...
 </map>

CSS:
.Area {
 cursor:pointer;
}

Danke,
Ulla

  1. Auch ein onclick funtioniert nur im FF.

    1. Hello out there!

      Auch ein onclick funtioniert nur im FF.

      Man kann dem IE viele Böswilligkeiten unterstellen, aber das stimmt nun wirklich nicht.

      See ya up the road,
      Gunnar

      --
      „Wer Gründe anhört, kommt in Gefahr nachzugeben.“ (Goethe)
  2. hi,

    Cursor für ein area-tag funktioniert im FF aber nicht im IE. Warum?

    Darum.

    gruß,
    wahsaga

    --
    /voodoo.css:
    #GeorgeWBush { position:absolute; bottom:-6ft; }
    1. Hallo wahsaga,

      Darum.

      Den Cursor in Imagemap-Areas über den Umweg mit JavaScript zu ändern, ist aber kein Problem, wenn man ihn jeweils für das gesamte Bild über den entsprechenden Areas der Imagemap ändert, die das Bild verwendet:

      http://www.lernspielwiese.de/linkstyle/areacursor.html

      Gruß Gernot