Daniel: (&CSS?) Tabelle

Beitrag lesen

Ahoi an alle,

ich habe da ein kleines problemchen mit dem IE. ich habe folgenden code:

  
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">  
<html>  
  <head>  
    <title></title>  
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">  
  </head>  
  <body style="height:100%; width:100%; margin: 0; padding: 0;">  
    <table style="height:100%; width:100%; margin: 0; padding: 0;">  
      <tr style="height: 3em;" >  
        <th colspan="2" align="center" style="width: 80%; heigth: 3em;">&nbsp;</th>  
        <th valign="top" rowspan="3" align="center">&nbsp;</th>  
      </tr>  
      <tr valign="top" style="height: 3em;" >  
        <th class="news" valign="top" style="height: 3em;" >&nbsp;</th>  
        <th style="height: 3em;" >&nbsp;</td>  
      </tr>  
      <tr class="news" valign="top">  
        <td class="news" colspan="2" style="height: 100%;" >&nbsp;</td>  
      </tr>  
    </table>  
  </body>  
</html>  

=> diese tabelle:

-----------------------
|     1         |  2  |
----------------|     |
|  3   |   4    |     |
----------------|     |
|               |     |
|     5         |     |
|               |     |
|               |     |
|               |     |
|               |     |
-----------------------

dumemrweise wird feld 5 im IE auch bei wenig inhalt zu weit gestreckt :( wie kann ich das verhindern? im FF siehts gut aus.

MfG