vlad sasu: In der Mitte platzieren

Beitrag lesen

<html><head>
<style type="text/css"><!--
.stage {
 position: absolute;
 width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;

border: 1px solid #000000;
}
--></style>
</head><body>

<div name="stage" id="stage" class="stage">Inhalt</div>

</body></html>