M
Maik
Die modernen Browser unterstützen die Kombination der top/bottom- und left/right- Eigenschaft beim Positionieren eines Elements:
Vielleicht hilft dir das ja weiter?
Code:
div.center-navigation {
position: absolute;
top: 225px;
bottom: 40px;
left: 20px;
float:left;
text-align: left;
border: solid 1px #000000;
background: #FFFFFF;
z-index: 2;
}
* html div.center-navigation { /* Für IE */
height: 100%;
}