Hans: Element abhängig von einem anderen Element absolut positionieren

Beitrag lesen

Also im IE funktioniert es jetzt, aber im Firefox leider nicht!?!
Ich poste einfach mal die Inhalte:

HTML:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>The Orange Fizz</title>
<link rel="stylesheet" href="KoD.css" type="text/css">
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">

<table align="center" style="position:relative"; background-repeat:no-repeat;" border="0" width="1000px" height="100%" background="hintergrund.gif">
  <tr>
   <td>
   <div id="band">
  <a class=band href="html-content/band.html" target="content"></a>
 </div></td>
  </tr>
 </table>

</body>
</html>

CSS:

a.band {
        display: block;
 position:absolute;
 top:87px;
 left:160px;
        width:107px;
 height:65px;
}
a.band:hover {
        background-color: #000000;
 background-image: url(aktiv/aktiv_band.gif);