Jason: IE zeigt Tabellenhöhe falsch an

Beitrag lesen

Ich habe in meiner Seite eine ganz simple Tabelle:

  
            <table cellpadding="0" cellspacing="0" border="1">  
              <tr>  
                <td>  
                  News<br>  
                </td>  
              </tr>  
              <tr valign="bottom">  
                <td>  
                   <img src="img/grey.gif" width="150px" height="1px" />  
                </td>  
              </tr>  
            </table>  

Es soll praktisch der Text angezeigt werden und direkt darunter eine Linie. Nur stellt der IE die Höhe der Tabellenzeile nicht mit 1px Höhe da sondern mit ca. 10px.