Hallo
Ich weiss nicht mehr weiter. Die Darstellung klappt im Firefox und auch im Opera gar nicht.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Wirthschaft zum Löwen</title>
<link rel="STYLESHEET" type="text/css" href="style.css">
<SCRIPT language="JavaScript">
<!--
bild1normal = new Image();
bild1normal.src ="images/start_1.gif";
bild1over = new Image();
bild1over.src = "images/start_2.gif";
bild2normal = new Image();
bild2normal.src = "images/ort_1.gif";
bild2over = new Image();
bild2over.src = "images/ort_2.gif";
bild3normal = new Image();
bild3normal.src = "images/gast_1.gif";
bild3over = new Image();
bild3over.src = "images/gast_2.gif";
bild4normal = new Image();
bild4normal.src = "images/ange_1.gif";
bild4over = new Image();
bild4over.src = "images/ange_2.gif";
bild5normal = new Image();
bild5normal.src = "images/lage_1.gif";
bild5over = new Image();
bild5over.src = "images/lage_2.gif";
bild6normal = new Image();
bild6normal.src = "images/oeff_1.gif";
bild6over = new Image();
bild6over.src = "images/oeff_2.gif";
bild7normal = new Image();
bild7normal.src = "images/woche_1.gif";
bild7over = new Image();
bild7over.src = "images/woche_2.gif";
function Bildwechsel(id,zielobjekt)
{
window.document.images[id].src = zielobjekt.src;
}
//-->
</SCRIPT>
<script language="JavaScript" type="text/javascript">
<!--
function change(tausch_bild_name,neues_bild_name)
{
window.document[tausch_bild_name].src = "images/"+neues_bild_name+".jpg";
}
//-->
</script>
</head>
<body marginheight="0" marginwidth="0">
<table cellspacing="0" cellpadding="0" align="center" border=0>
<tr>
<td>
<!-- links -->
<table class="navi" cellspacing="0" cellpadding="0" align="left" border=0>
<tr>
<td>
<!-- scriptbilder -->
<table class="navi1" cellspacing="0" cellpadding="0" align="left">
<tr>
<td><img src="images/navi_lage.jpg" width="180" height="100" name="gr" border="0"></td>
</tr>
</table>
<!-- navigation -->
<table class="navi2" cellspacing="0" cellpadding="0" align="left" border=0 background="images/navi.jpg">
<tr>
<td align="center"><a href="index.htm" onmouseOver="Bildwechsel('bild1',bild1over) + change('gr','navi_start')" onmouseOut="Bildwechsel('bild1',bild1normal)"><img src=images/start_1.gif border=0 id="bild1"></a></td>
</tr>
<tr>
<td align="center"><a href="ort.htm" onmouseOver="Bildwechsel('bild2',bild2over) + change('gr','navi_ort')" onmouseOut="Bildwechsel('bild2',bild2normal)"><img src=images/ort_1.gif border=0 id="bild2"></a></td>
</tr>
<tr>
<td align="center"><a href="gasthaus.htm" onmouseOver="Bildwechsel('bild3',bild3over) + change('gr','navi_gasthaus')" onmouseOut="Bildwechsel('bild3',bild3normal)"><img src=images/gast_1.gif border=0 id="bild3"></a></td>
</tr>
<tr>
<td align="center"><a href="angebot.htm" onmouseOver="Bildwechsel('bild4',bild4over) + change('gr','navi_angebot')" onmouseOut="Bildwechsel('bild4',bild4normal)"><img src=images/ange_1.gif border=0 id="bild4"></a></td>
</tr>
<tr>
<!-- <td align="center"><a href="woche.htm" onmouseOver="Bildwechsel('bild7',bild7over) + change('gr','navi_woche')" onmouseOut="Bildwechsel('bild7',bild7normal)"><img src=images/woche_1.gif border=0 id="bild7"></a></td>
</tr> -->
<tr>
<td align="center"><a href="lage.htm" onmouseOver="Bildwechsel('bild5',bild5over) + change('gr','navi_lage')" onmouseOut="Bildwechsel('bild5',bild5normal)"><img src=images/lage_1.gif border=0 id="bild5"></a></td>
</tr>
<tr>
<td align="center"><a href="kontakt.htm" onmouseOver="Bildwechsel('bild6',bild6over) + change('gr','navi_kontakt')" onmouseOut="Bildwechsel('bild6',bild6normal)"><img src=images/oeff_1.gif border=0 id="bild6"></a></td>
</tr>
<tr>
<td align="center"><img src="images/1x1.gif" width="1" height="170" alt="" border="0"></td>
</tr>
</table>
</td>
</tr>
<!-- body -->
</table><table class="start" cellspacing="0" cellpadding="0" align="left" background="images/start.jpg">
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
<table class="copy" cellspacing="0" cellpadding="0" align="center"><tr><td align="left">© 2003 Wirthschaft zum Löwen / published by <a href="mailto:HARRMA@gmx.li">harrma</a></td></tr></table>
</body>
</html>
Gruss Sockel