nokill2003: Unterschiedliche border breite bein IE und Mozilla (firebird)

Beitrag lesen

Hi,
ich habe diese News Tablle und links und oben habe ich beim Mozilla Firebird einen dicken border:
Wie bekomm ich den weg?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
   <head>

<style type="text/css">
         <!--
            .news{
                  padding-top:5px;
    padding-left:5px;
          }
  -->
      </style>
   </head>
   <body>
      <div>
         <img src="../../bilder/top_news.gif" width="650" height="40" border="0" alt="">
 <br>
      </div>

<table height="250px" width="650px" border="1" class="news">
         <tr>
            <td height="25px" width="400px">
               Autor:  nok[PJ]
    </td>
            <td height="25px" width="100px">
               8.2.2004
    </td>
         </tr>
         <tr>
            <td style="padding-left:5px; vertical-align:top;" colspan="2">
               <div>
                  <h3>Onlinestellung!!!</h3>
       </div>
               Geschafft endlich sind wir online!<br>
    </td>
         </tr>
      </table>

</body>
</html>