vino: problem mit <table width=100%>

Beitrag lesen

hallo, habe folgendes problem.

ich habe eine tabelle, mit bg-farbe. diese soll vom linken bis zum rechten rand eine fläche einfärben. wenn ich jetzt die seite das 1. mal im ie 5.5 od 6 lade, wird die tabelle nur bis kurz vor den linken rand, wenn ich die seite aber reloade, wird die tabelle bis zum rechten rand erstellt. im ns 7.0 geht's problemlos, im ns 4.75 geht's gar nicht, auch nicht nach reload.

was ist falsch in meinem code?

<html>
<body leftmargin=0 topmargin=0 marginwidth="0" marginheight="0">
<table cellSpacing="0" cellPadding="0" width="100%" bgColor="#0055bb" border="1">
    <tr>
      <td> </td>
    </tr>
</table>
</body>
</html>

vino