BODY.scrollTop = 0 When CompatMode=BackCompat and BODY.style.overflow=hidden.
Hello
When the CompatMode is BackCompat (DOCTYPE), I use the BODY element for to get the scrollTop; but, when the style of the BODY is overflow=hidden, the scrollTopis always 0. The same for the HTML.
So, when the CompatMode is BackCompat and the overflow of the BOBY is 'hidden', How can I get the scrollTop?
This from C# whith MSHTML interfaces.
The same for CSS1compat and HTML.
Thanks
Deza

