The element is in the middle of the screen. How to make it stick on the top of the page when you scroll page down. I know there is something similar, but I don't have an idea how to find it. Help is much appreciated! Thanks!
There is a CSS attribute "position: fixed", but it doesn't work on IE. So, this can be done with "position: absolute" and calculation of the scroll offset.
Hope this helps "http://www.hotscripts.com/forums/javascript/52088-make-element-follow-page-scroll-how.html"