[HTML] Imagemap funzt nur in Mozilla

Leila
Hey, ich hab jetzt ein Imagemap-Desi gecodet, in Mozilla keinerlei Fehler, nichts. Jetzt hab ich die Page wieder reingestellt und muss feststellen, dass die Links im IE nicht funktionieren...

Vllt kann mir irgendwer sagen, woran es liegt, www.rge.de.tc

Hier der Code:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
<html>
 <head>
  <title>Res Gestae Equorum - Die Leistungen der Pferde</title>
 </head>

 <BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
  <img name=fruelingsdesi07 usemap=desi src="http://rge.lima-city.de/RGE/grafiken/Fruehlingsdesi07.jpg" border=0>
  <div id="Layer1" style="position: absolute;  left: 351px; top: 157px;">
   <iframe src="http://rge.lima-city.de/RGE/allgemein/home.htm" name="main" width="673" height="443" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>

   </iframe>
  </div>
  <div id="Layer2" style="position: absolute;  left: 172px; top: 87px;">
   <iframe src="leer.htm" name="menu" width="151" height="172" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
   </iframe>
  </div>

  <map name=desi>
   <area shape=rect coords=429,121,489,137 href=menuallgemein.htm target=menu>

   <area shape=rect coords=529,121,592,137 href=menustall.htm target=menu>
   <area shape=rect coords=629,121,717,137 href=menuturnier.htm target=menu>
   <area shape=rect coords=756,121,781,137 href=menuhof.htm target=menu>
   <area shape=rect coords=818,121,889,137 href=menurecht.htm target=menu>
   <area shape=rect coords=928,121,962,137 href=leer.htm target=menu>
  </map>

 </body>
</html>
Black Katrin
passt zwar nur halb: danke großes Grinsen
hab das selbe problem... dachte schon ich bin dumm Augenzwinkern
wenn ich deines ansehe... könnte ic mir hächstens denken weil du keine " gemacht hast... aber sonst...
Lauri
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
<html>
 <head>
  <title>Res Gestae Equorum - Die Leistungen der Pferde</title>
 <div id="Layer1" style="position: absolute;  left: 351px; top: 157px;">
   <iframe src="http://rge.lima-city.de/RGE/allgemein/home.htm" name="main" width="673" height="443" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
   </iframe>
  </div>

  <div id="Layer2" style="position: absolute;  left: 172px; top: 87px;">
   <iframe src="leer.htm" name="menu" width="151" height="172" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
   </iframe>
  </div> 
</head>


<map name=desi>
<area shape=rect coords=429,121,489,137 href="menuallgemein.htm" target="menu">
<area shape=rect coords=529,121,592,137 href="menustall.htm" target="menu">
<area shape=rect coords=629,121,717,137 href="menuturnier.htm" target="menu">
<area shape=rect coords=756,121,781,137 href="menuhof.htm" target="menu">
<area shape=rect coords=818,121,889,137 href="menurecht.htm" target="menu">
<area shape=rect coords=928,121,962,137 href="leer.htm" target="menu">
</map>

</body>
</html>


Probier mal den ;D
Lauri
Ich pack meine Div's immer in den Header und es funktioniert im Firefox und im IE oO
Leila
also einfach nur die "?
Leila
jap, hab die " überall gesetzt und das # auch. Kann man jetzt alles sehen? Ich kanns nicht beurteilen, weil ich kein IE mehr hab (weiß zumindest nichtmehr wo)