Kennt jemand nen Trick, damit sich das ganze bei Änderung der Browsergröße automatisch und sofort anpasst?
Hallo,
per css:
.mitte {
position : absolute;
height : 400px;
top : 50%;
margin-top : 200px;
}