Why isn’t the footer centered in IE8 on this site?
It’s centered in Chrome, FF, and Safari. Heck, it’d probably work on an Etch-a-Sketch if I could load the code on it…but not IE8.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to explicitly set your FOOTER element to a block for IE8.
Btw, consider including this to your page: http://code.google.com/p/html5shim/
It fixed these kinds of things.