How to centralize vertically of a div??
In FF, chrome, opera, safari, I use this:
top: 50%;
And centralize, but IE stuck at top. Why? how to centralize vertically in IE?
|
|
|
|
|
A nice one here |
||
|
|
|
Read this article and hopefully get enlightened. It explains 5 methods to achieve vertical alignment. |
||
|
|
|
Best link I've found on centering content is here. I've used it in a couple of sites and it works on all browsers. |
||
|
top:50%will also work in IE. – awe Sep 11 at 10:42