Hallo,
Ich versuche grade ein div horizontal und vertikal zu positionieren.
Das funktioniert auch in fast allen Browsern, bis auf Mac IE 5.1.
Der macht zwar die horizontale Mitte aber nicht die vertikale.
Hier der CSS-Code:
Ich versuche grade ein div horizontal und vertikal zu positionieren.
Das funktioniert auch in fast allen Browsern, bis auf Mac IE 5.1.
Der macht zwar die horizontale Mitte aber nicht die vertikale.
Hier der CSS-Code:
Code:
position: absolute; top: 50%; left: 50%; margin-top: -220px; margin-left: -380px; height: 440px; width: 760px;
Kommentar