<style type="text/css">
body { margin:0cm; padding:0cm; }
#a1 { position: absolute; top: 0cm; left: 0cm; width: 29.7cm; height: 21cm; }
#a2 { position: absolute; top: 21cm; left: 0cm; width: 29.7cm; height: 21cm; }
</style>
</head><body>
<div id="a1" STYLE="background-color: red;">page 1
<div id="a2" STYLE="background-color: green;">page 2
<div id="a2" STYLE="background-color: red;">page 3
</div>
</div>
</div>
</body></html>
Ich habe das Problem, dass ich zum Drucken auf diese unschönen absoluten-Divs zurückgreifen müsste, aber leider werden beim Firefox (3.0.11, Querformat) nur 2 Seiten angezeigt. Die erste Seite "normal" und die zweite Seite völlig ohne inhalt und die dritte fehlt komplett.
Der IE dagegen macht es soweit richtig. Bis auf die Kleinigkeit, dass da noch irgendwo ein Absatz versteckt ist, den ich nicht haben will (jede seite fängt jeweils tiefer an...), aber das ist ja nicht das problem, denn eine Seite hat ja 21cm im Querformat.
Was ist da los?
Poul