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?
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?
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.
Read this article and hopefully get enlightened.
It explains 5 methods to achieve vertical alignment.