What's happening in the IE8 according the same issue? Any information. I couldn't install IE8 along IE7 and i cannot test it. Please if someone knows to share with us. Thanks!
document.body.scrollTop in IE6 was returning 0, tried different suggestions, nothing worked. While trying different alternatives this worked for me: Used an id for the body as <body id="bodyId" ....> then tried document.getElementById("bodyId").scrollTop and it returned the desired value.