Ich habe ein problem mit der Navigation der hp.
Da ich das Menü als bild eingefügt habe musste ich div's um die schrift herum machen. Der link ist dan das Kästchen sozusagen :
<html>
<head>
<title>Startseite</title>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class=site>
<img src="Originale/layout-def.png" width="980" height="700" border="0" alt="">
</div>
<div id="menu">
<table>
<tr>
<a href="index.html"><td height="58" width="83" ></td></a>
<a href="stand-up.html"><td height="58" width="126" ></td></a>
<a href="deja-vu.html"><td height="58" width="113" ></td></a>
<a href="galery.html"><td height="58" width="110" ></td></a>
<a href="kontakt.html"><td height="58" width="130" ></td></a>
</tr>
</table>
</div>
<div id="begruessung">
<img src="Originale/begruessung-home2.png" width="640" height="400" border="0" alt="">
</div>
</body>
</html>
im IE kann man den link anklicken und man kommt normal auf die nächste Seite. Im Firefox dagegen kann man den link nicht anklicken !? Es ist als ob man ins leere klickt.