Kai Lahmann: Scrollbalken in IE bei 100prozenttabelle wegmachen

Beitrag lesen

hi

aua is das HTML übel...
<style>
html{height:100%;}
body{height:100%;margin:0px;background-color:white;color:black;overflow:auto;}
table#tab{height:100%;}
</style></head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="tab">
  <tr>
    <td align="center" valign="middle">
      <table width="600" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td> </td>
          <td> </td>
        </tr>
      </table>
    </td>
  </tr>
</table>

so funzt das und es scrollt auch nix. Wenn doch isses 'nen Bug.

gruss Kai