I'd like a pop-up-layer to appear 10px below the top of the window, even when the document is scrolled down.
In IE I used to use document.all.th.scrollTop to calculate where the window scrolled to. ("th" is the id of the body)
But in Mozilla scrollTop it does not seem to work.
Do you
know a way or work-around?
please?
In IE I used to use document.all.th.scrollTop to calculate where the window scrolled to. ("th" is the id of the body)
But in Mozilla scrollTop it does not seem to work.
Do you
know a way or work-around?
please?