• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Map

Status
Für weitere Antworten geschlossen.

Philastan

Mitglied
Hi ich habe ein Problem!
Mein Freund hat mich darum geben eine Hp für ihn und seine Band zu schreiben, woran ich mich auch gleich gesetzt habe!
nicht erschrecken^^: Search4 Sense ;ugl
doch bin ich bei dieser map auf ein Problem gestoßen: ich kann zwar erreichen das das bild sich ändert wenn ich auf about us gehe...ABER bei links möchte es einfach nicht funktionieren... hier mal der code:

HTML:
<html>
<head>
<script type="text/javascript">
Normal1 = new Image();
Normal1.src = "pentagramm.jpg"; 
Highlight1 = new Image();
Highlight1.src = "pentagrammaboutus.jpg";

Normal2 = new Image();
Normal2.src = "pentagramm.jpg";
Highlight2 = new Image();
Highlight2.src = "pentagrammlinks.jpg";

function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}
</script>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Search4 Sense</title>
</head>

<body bgcolor="#000000">

<center><img src="pentagramm.jpg" alt="main" width="660" height="567" border="0" align="middle" usemap="Map"></center>

<map name="Map">

   <area shape="poly" coords="108,366,248,250,280,369" href="#" 
   onmouseover="Bildwechsel(0, Highlight1)"
   onmouseout="Bildwechsel(0, Normal1)"
   alt="about us">
   

   <area shape="poly" coords="332,555,284,372,382,373" href="#"
   onmouseover="Bildwechsel(1, Highlight2)"
   onmouseout="Bildwechsel(1, Normal2)"
   alt="links">
   
</map>
</body>
</html>
Ich habe bereits allesmögliche ausprobiert und da ich ja doch nur ein Anfänger bin brauche ich jetzt Hilfe!!!:roll:
Danke im Voraus!
Philastan
 
Zuletzt bearbeitet:
hmm ich weis nich aber bei mir funktioniert der link...:?
aber ich bin schon ans nächste Problem gestoßen:
das ganze funtz nicht im IE6-.-
 
Zuletzt bearbeitet:
Status
Für weitere Antworten geschlossen.
Zurück
Oben