Thomas: Element auf Bildschirmgröße anpassen

Beitrag lesen

Hallo,
ich habe ein Problem mit der width Einstellung.
Ich möchte das meine Box horizontal über den ganzen Bildschirm geht, ohne einfach einen sehr großen Wert für "width" zu wählen.

<html><head><title>position</title>
<style type="text/css">
<!--
body { }
#box1 { position:absolute; top:0px; left:0px; width:500px; height:50px;
-->
</style>
</head><body bgcolor="FFFFFF" text="#000000">

<div id="box1" style="background:red; border:solid 2px blue; text-align:center;">test</div>

</body></html>