in dem code geht der mouseover code nicht, könnt ihr den mal bitte überprüfen und ändern??
danke im vorraus.
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Homepage von CrunkJuice - Home</title>
</head>
<body style="height: 100%;">
<script type="text/javascript">
Normal1 = new Image();
Normal1.src = "home.bmp";
Highlight1 = new Image();
Highlight1.src = "home2.bmp";
Normal2 = new Image();
Normal2.src = "ich.bmp";
Highlight2 = new Image();
Highlight2.src = "ich2.bmp";
Normal3 = new Image();
Normal3.src = "spiele.bmp";
Highlight3 = new Image();
Highlight3.src = "spiele2.bmp";
Normal4 = new Image();
Normal4.src = "flashs.bmp";
Highlight4 = new Image();
Highlight4.src = "flashs2.bmp";
function Bildwechsel (Bildnr, Bildobjekt) {
window.document.images[Bildnr].src = Bildobjekt.src;
}
</script>
<div style="position: absolute; top: 701px; left: 17px; z-index: 1;">
[img]site.bmp[/img]</div>
<div style="position: absolute; top: 705px; left: 60px; z-index: 1;">[url='mailto:dorian_bartsch@web.de'][img]kontakt.bmp[/img][/url]</div>
<div style="position: absolute; top: 194px; left: 11px; z-index: 1;">
<table style="text-align: left; width: 100px;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td align="undefined" valign="undefined">
<a href="http://upload.sonix.org/skater/uebermich2.html" target="_blank" onmouseover="Bildwechsel(0, Highlight1)" onmouseout="Bildwechsel(0, Normal1)">[img]home.bmp[/img]
</a>[url='http://upload.sonix.org/skater/uebermich2.html'][img]ich.bmp[/img][/url]
[url='http://upload.sonix.org/skater/spiele2.html'][img]spiele.bmp[/img][/url]
[url='http://upload.sonix.org/skater/flashs2.html'][img]flashs.bmp[/img][/url]
</td>
</tr>
</tbody>
</table>
</div>
<div style="position: absolute; top: 712px; left: 100px; z-index: 1;"><a href="http://upload.sonix.org/skater/musik.html" onclick="pengy=window.open('http://upload.sonix.org/skater/musik.html','pengy','height=195,width=265,hotkeys=no,location=no,menubar=no,resizeable=no,scrollbars=no,status=no,toolbar=no'); return false;">
[img]sound.bmp[/img]</a></div>
<div style="position: absolute; left: 0pt; top: 0pt; height: 100%;">
[img]hp.bmp[/img] </div>
</body>
</html>
Alles anzeigen