I am trying to center my entire content with jQuery. I’ve tried multiple solutions that have been posted but to no availability. My major problem is that it needs to work with IE6 thru IE8.
Here is the link: http://christopherburton.net/ie
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.
That would calculate and set the correct margin-top value once. If you want to update that when someone resizes the browser window, you need to call that code in a
resizeevent on thewindowobject aswell. Like