Hab mit eurem Tutorial eine kleine Page für den Französischunterricht gebastelt.
Habe auch euren Quelltext übernommen und nur abgeändert.
Mit Mozilla Firefox klappt´s einwandfrei, aber mir IE (in der Schule haben wir nur IE :-( ) erkennt er die Links nicht.
Man sieht nur die Grafik, mehr nicht.
Kann mir jemand helfen? Ist dringend! Brauche die Homepage Dienstag...
Hier mal der Quelltext:
<html>
<head>
<title>Französisch Projekt 10a</title>
</head>
<body>
<br>
<center><font face=Arial size="4"> Bienvenue! </font>
</center>
<map name="bild">
<area shape="rect" coords="323,200,723,230" href="behindertensport.htm" alt="Sport pour les handicapés">
<area shape="rect" coords="35,235,279,264" href="sport populaire.htm" alt="Sport populaire">
<area shape="rect" coords="382,280,645,307" href="sportetracisme.htm" alt="Sport et racisme">
<area shape="rect" coords="41,317,333,343" href="olympique.htm" alt="Les jeux olympique">
<area shape="rect" coords="12,374,132,401" href="malades.htm" alt="Malades">
<area shape="rect" coords="154,398,448,416" href="sportwerbung.htm" alt="Sport et publicité">
<area shape="rect" coords="465,354,728,360" href="sportmode.htm" alt="Sport et la mode">
<area shape="rect" coords="21,452,436,480" href="frueherundheute.htm" alt="Sport passé et aujourdhui">
<area shape="rect" coords="464,472,749,493" href="voelkerverstaendigung.htm" alt="Accord de peuples">
<area shape="rect" coords="74,512,555,551" href="motorsport.htm" alt="Motorcyclisme">
</map>
<p><center><img src="frz.jpg" width="750" height="563" border="0" alt="bild" usemap="bild"></center></p>
</body>
</html>
Könnt ihr mir weiterhelfen?