Hallo,
wie muß ich den nachfolgenden Code verändern damit die Box zentriert im Browser erscheint?
<html>
<head>
<style type="text/css"><!--
#box { position:absolute; top:50px; left:50px; width:200px; height:270px; }
--></style>
</head>
<body>
<div id="box" style="padding:5px; background:#EEFFEE; border:dashed 1px black;">Boxinhalt</div>
</body>
</html>