/ Published in: CSS
URL: http://valums.com/vertical/
works in IE6/IE7 with the css expression.
Expand |
Embed | Plain Text
.center { position: absolute; top:0; bottom:0; margin: auto 0; top:expression(this.parentNode.clientHeight/2 - this.clientHeight/2 + " px"); height: 60%; }
You need to login to post a comment.
