Thomas J.S.: Tabelle mit «div absolute width=100%» im IE5 abgeschnitten

Beitrag lesen

Hallo Bernhard!

</head>
<body rightmargin="0" leftmargin="0">

<div style="position:absolute; top:0px; left:0px; width:100%;">
   <TABLE bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0">
    <TBODY>
     <TR>
      <TD height="20" width="100%">
      </TD>
     </TR>
    </TBODY>
   </TABLE>
  </div>

</body>
</html>

Grüße
Thomas