Erstmal den Quelltext:
PHP
<html><head>
<script type='text/javascript'><!--
Normal2 = new Image();
Normal2.src = "Bilder/silvester/thumbs/hovs/01-1.gif";
Highlight2 = newImage();
Highlight2.src = "Bilder/silvester/thumbs/hovs/01-2.gif";
Normal3 = new Image();
Normal3.src = "Bilder/silvester/thumbs/hovs/02-1.gif";
Highlight3 = newImage();
Highlight3.src = "Bilder/silvester/thumbs/hovs/02-2.gif";
Normal4 = new Image();
Normal4.src = "Bilder/silvester/thumbs/hovs/03-1.gif";
Highlight4 = newImage();
Highlight4.src = "Bilder/silvester/thumbs/hovs/03-2.gif";
Normal5 = new Image();
Normal5.src = "Bilder/silvester/thumbs/hovs/04-1.gif";
Highlight5 = newImage();
Highlight5.src = "Bilder/silvester/thumbs/hovs/04-2.gif";
Normal6 = new Image();
Normal6.src = "Bilder/silvester/thumbs/hovs/05-1.gif";
Highlight6 = newImage();
Highlight6.src = "Bilder/silvester/thumbs/hovs/05-2.gif";
Normal7 = new Image();
Normal7.src = "Bilder/silvester/thumbs/hovs/06-1.gif";
Highlight7 = newImage();
Highlight7.src = "Bilder/silvester/thumbs/hovs/06-2.gif";
Normal8 = new Image();
Normal8.src = "Bilder/silvester/thumbs/hovs/07-1.gif";
Highlight8 = newImage();
Highlight8.src = "Bilder/silvester/thumbs/hovs/07-2.gif";
Normal9 = new Image();
Normal9.src = "Bilder/silvester/thumbs/hovs/08-1.gif";
Highlight9 = newImage();
Highlight9.src = "Bilder/silvester/thumbs/hovs/08-2.gif";
Normal10 = new Image();
Normal10.src = "Bilder/silvester/thumbs/hovs/09-1.gif";
Highlight10 = newImage();
Highlight10.src = "Bilder/silvester/thumbs/hovs/09-2.gif";
Normal11 = new Image();
Normal11.src = "Bilder/silvester/thumbs/hovs/10-1.gif";
Highlight11 = newImage();
Highlight11.src = "Bilder/silvester/thumbs/hovs/10-2.gif";
Normal12 = new Image();
Normal12.src = "Bilder/silvester/thumbs/hovs/11-1.gif";
Highlight12 = newImage();
Highlight12.src = "Bilder/silvester/thumbs/hovs/11-2.gif";
Normal13 = new Image();
Normal13.src = "Bilder/silvester/thumbs/hovs/12-1.gif";
Highlight13 = newImage();
Highlight13.src = "Bilder/silvester/thumbs/hovs/12-2.gif";
Normal14 = new Image();
Normal14.src = "Bilder/silvester/thumbs/hovs/13-1.gif";
Highlight14 = newImage();
Highlight14.src = "Bilder/silvester/thumbs/hovs/13-2.gif";
Normal15 = new Image();
Normal15.src = "Bilder/silvester/thumbs/hovs/14-1.gif";
Highlight15 = newImage();
Highlight15.src = "Bilder/silvester/thumbs/hovs/14-2.gif";
Normal16 = new Image();
Normal16.src = "Bilder/silvester/thumbs/hovs/15-1.gif";
Highlight16 = newImage();
Highlight16.src = "Bilder/silvester/thumbs/hovs/15-2.gif";
function Bildwechsel(Bildnr,Bildobjekt) {
window.document.images[Bildnr].src = Bildobjekt.src;
}
--></script></head><?php
echo'
<body"><table width="100%" height="100%"><tr><td valign="top"><p align="center">[img]gfx/banner.gif[/img]</p></td></tr>
<tr>
<td>
<table width="100%" cellspacing="0" cellpadding="10">
<tr>
<td>[url='home.html'][img]Bilder/silvester/thumbs/hovs/01-1.gif[/img][/url]</td>
<td>[img]Bilder/silvester/thumbs/hovs/02-1.gif[/img]</td>
</tr>
<tr>
<td>[img]Bilder/silvester/thumbs/hovs/03-1.gif[/img]</td>
<td>[img]Bilder/silvester/thumbs/hovs/04-1.gif[/img]</td>
</tr>
<tr>
<td>[img]Bilder/silvester/thumbs/hovs/05-1.gif[/img]</td>
<td>[img]Bilder/silvester/thumbs/hovs/06-1.gif[/img]</td>
</tr>
<tr>
<td>[img]Bilder/silvester/thumbs/hovs/07-1.gif[/img]</td>
<td>[img]Bilder/silvester/thumbs/hovs/08-1.gif[/img]</td>
</tr>
<tr>
<td>[img]Bilder/silvester/thumbs/hovs/09-1.gif[/img]</td>
<td>[img]Bilder/silvester/thumbs/hovs/10-1.gif[/img]</td>
</tr>
<tr>
<td>[img]Bilder/silvester/thumbs/hovs/11-1.gif[/img]</td>
<td>[img]Bilder/silvester/thumbs/hovs/12-1.gif[/img]</td>
</tr>
<tr>
<td>[img]Bilder/silvester/thumbs/hovs/13-1.gif[/img]</td>
<td>[img]Bilder/silvester/thumbs/hovs/14-1.gif[/img]</td>
</tr>
<tr>
<td>[img]Bilder/silvester/thumbs/hovs/15-1.gif[/img]</td>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</html>';
?>
Alles anzeigen
Nun dasProblem: das Highlighten funzt ned hab schon alles mögliche probiert und es geht ned das ich auch schon ne abgeänderte variante kann einer einen fehler entdecken
Bitte Hilfe