David: Tabellenhöhe 100% bereitet NS4.x Probleme !!!

Beitrag lesen

hallo

habe folgendes Problem. habe eine tabelle gemacht, welche ich mit einer Höhe von 100% definiert habe. im netscape habe ich unten immer einen weissen rand. die tabelle wird nicht zu 100% ausgerichtet. was mache ich falsch ??

<body marginleft="0" marginheight="0" bottommargin="0" leftmargin="0" marginwidth="0" rightmargin="0" topmargin="0">
<table height="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
  <td width="10" bgcolor="#121A66"><img src="../bilder/elemente/blind.gif" width="1" border="0"></td>
  <td bgcolor="#ffffff" valign="top">
   <table border="0" cellpadding="0" cellspacing="0" height="100%">
    <tr>
     <td valign="top">DDDDD</td>
    </tr>
   </table>
  </td>
 </tr>
</table>

</body>

könnt ihr mir helfen !!!

dave