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^^: http://philastan666.ph.funpic.de/
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-Code:
<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>Search 4 Sense</title>
</head>
<body bgcolor="#000000">
<center></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!!!
Danke im Voraus!
Philastan