/ Published in: CSS
works in IE6/IE7 with the css expression.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.center { position: absolute; top:0; bottom:0; margin: auto 0; top:expression(this.parentNode.clientHeight/2 - this.clientHeight/2 + " px"); height: 60%; }
URL: http://valums.com/vertical/