mark chopin: Endlose Spalte im Firefox

Beitrag lesen

  
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">  
<html>  
<head>  
 <style type="text/css">  
 <!--  
  html, body {  
   height:100%;  
   margin:0px;  
  }  
 //-->  
 </style>  
</head>  
<body>  
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="height:100%;">  
  <tr >  
    <td bgcolor="#FF0000" width="140" valign="top">  
      &nbsp;  
    </td>  
    <td width="600" valign="top" >  
      &nbsp;  
    </td>  
  </tr>  
</table>  
</body>  
</html>