Hi,
#container_wrap {
position: absolute;
top: 25px;
left: 50%;
width: 1014px;
margin-left: -507px;
}
[...]bei absoluter Positionierung dürfte ein margin eigentlich recht wenig nützen
Doch - ungünstiger Weise schon.
Das führt hier dazu, dass Teile des Inhaltes gar nicht mehr erreichbar sein werden, wenn der Viewport zu schmal ist.
Diese Art der Zentrierung ist also alles andere als zu empfehlen.
MfG ChrisB
--
Light travels faster than sound - that's why most people appear bright until you hear them speak.
Light travels faster than sound - that's why most people appear bright until you hear them speak.