Kai: Tabelle mit 100% höhe

Beitrag lesen

hallo mache gerade eine website für unsern verein ...
möchte eigentlich nur eine tabellen höhe von 100% haben geht im ie6 auch aber in mozilla gehts leider nicht liegt es daran dass ich die breite in pixel angebe und die höhe in prozent please help

kai

<body leftmargin="0" topmargin="0" rightmargin="0" marginheight="0" marginwidth="0" rightmargin="0" background="img/bg0.gif" bgcolor="#cccccc">
<center>
<table width="800" height="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
 <tr>
  <td bgcolor="#339999" height="10"><img src="img/px.gif" width="1" height="10" border="0"></td>
 </tr>
 <tr>
  <td height="82" align="right"><img src="img/logo.gif" width="260" height="99"></td>
 </tr>
 <tr>
  <td>
   <table width="800" border="1" cellspacing="0" cellpadding="0">
    <tr>
     <td colspan="3"><img src="img/px.gif" width="1" height="10" border="0"></td>
    </tr>
    <tr>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
    </tr>
   </table>
  </td>
 </tr>
</table>
</center>
</body>
</html>