Hi Garret!
Ein Blick in die FAQ hätte genügt: Wie zentriere ich Elemente mit CSS?.
Von dort kommst du auf folgenden Code:
#zentriert {
position:absolute;
top:50%;
left:50%;
width:30em;
height:20em;
margin-left:-15em;
margin-top:-10em;
}
Du positionierst also ein Element bei 50% der Fensterbreite und rückst es duch margin-left um die Hälfte seiner Breite nach links, sodass seine Mitte jetzt auch in der Mitte des Anzeigebereichs liegt.
MfG H☼psel
--
"It's amazing I won. I was running against peace, prosperity, and incumbency."
George W. Bush speaking to Swedish Prime Minister unaware a live television camera was still rolling, June 14, 2001
Selfcode: ie:% fl:( br:> va:) ls:& fo:) rl:? n4:& ss:| de:] js:| ch:? sh:( mo:) zu:)
"It's amazing I won. I was running against peace, prosperity, and incumbency."
George W. Bush speaking to Swedish Prime Minister unaware a live television camera was still rolling, June 14, 2001
Selfcode: ie:% fl:( br:> va:) ls:& fo:) rl:? n4:& ss:| de:] js:| ch:? sh:( mo:) zu:)