Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need to know the height of all <html></html> element in page. All browsers calculate height of all html content to get documentElement height. But IE8 just takes all available height of page.

Example in Сhrome:

Example in Сhrome

Example in IE8:

Example in IE8

So how can I get "right" height of documentElement in IE8 ?. Unfortunately, height of body element is not suitable because in this case the margin of the <h1> is not taken into account. I cannot change HTML I need to get it through JS for any page.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.