Toben Heger: Firfox ignoriert link mit background

Beitrag lesen

hey habe ein kleines linkmenu gebaut nur wird dieses nur bei dem internet explorer richtig angezeig. der firefox zeigt nichts.

die css datei:
.1 {
background: url(img/linkmenu/1.jpg);
width: 102px;
height: 94px;
}
a.1:hover {background: url(img/linkmenu/1h.jpg);}

die index datei:
<table width="205">
     <tr>
      <td>
       <a href="" title="" class="2"></a>
       <a href="" title="" class="4"></a>
       <a href="" title="" class="6"></a>
      </td>
      <td>
       <a href="" title="" class="1"></a>
       <a href="" title="" class="3"></a>
       <a href="" title="" class="5"></a>
      </td>
     </tr>
    </table>

<a href="" title="" class="7"></a>