intensivstation

Horizontal und vertikal zentrierte Box

Der Inhaltsbox hat eine fixe Breite und eine fixe Höhe. Diese Box ist horizontal und vertikal zentriert. Sie ist IE6 tauglich. ACHTUNG Diese Box verschwindet im linken oberen Browserrand.

#inhalt {
	height: 500px;
	width: 500px;
        position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0px 0px -250px;
	background-color: #ffffff;
	border: 1px solid #000000;
	}


css
monorom
Creative Commons License This work is licensed under a Creative Commons License.