Hallo,
Jetzt wollte ich mein Hauptframe ohne Rand positionieren.
<div style="position:absolute; top:0px; left:0px;"><p>
<table width=100%>
...bla bla
</table>
<table>
...bla bla
</table>
und was passiert im FensterModus? Das erste table nimmt trotz 100% die breite des zweiten table an.
Das width=100% besagt nur, dass der gesamte innerhalb des divs zur Verfügung stehende Platz ausgefüllt wird. Es besagt nicht, dass das div selbst die gesamte Fensterbreite ausfüllt.
<div style="position:absolute;top:0px;left:0px;widht:100%;">
müsste besser gehen.
Am einfachsten geht's aber mit
<body style="margin:0px;padding:0px;">
oder mit
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
(Ist glaub' ich aber nicht W3C-konform. Musste mal nachschauen.)
Robert
http://www.designauswahl.here.de
mit kostenlosem Webseiten-Generator ROBE.dit
[more than a HTMLE.dit]