Stefan: Könnt ihr euch das bitte mal ansehen!

Beitrag lesen

Hallo! ich hab hier eine zelle formatiert! im IE funktioniert alles wunderbar! aber zB im Netscape Navigator wird die zelle nicht 50 px breit angezeigt!

<style type="text/css">
.test a:link {
 height: 10px;
 width: 50px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.6em;
 background-color: #E5E5E5;
 color: #666666;
 text-decoration: none;
}
.test a:hover {
 width: 50px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.6em;
 color: #0099FF;
 text-decoration: none;
}

</style>

<table border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td class="test"><a href="#">Link 1</a></td>
  </tr>
</table>