I can not fix on problem.
IE 8 and 9 center bady background vertical, when it have to be 0 at top.
some ideas?
thx a lot
That was my fault. The problem was caused by son js script, that I was using at the beginning of development. Sorry
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.
Either of these properties for the body element will work:
or
You were already using “center top” for the background property of your body element, yet you also overwrote that with the inline style:
Remove the inline style. It should work.