AlbertAguirre
Programmer
I am worn out, sick and tired of trying to display my div layer properly in IE 6.
Such a simple thing, I want the div layer to appear in a specified x y coordinate even if the user scroll down the page.
Why is this so hard????
Can someone tell me how to get the scroll position???
I tried all the following:
document.documentElement.scrollTop
window.pageXOffset
document.body.scrollTop
All return 0 or undefined
Help? Please before I end it all out of misery...
Such a simple thing, I want the div layer to appear in a specified x y coordinate even if the user scroll down the page.
Why is this so hard????
Can someone tell me how to get the scroll position???
I tried all the following:
document.documentElement.scrollTop
window.pageXOffset
document.body.scrollTop
All return 0 or undefined
Help? Please before I end it all out of misery...