I have a footer which is hidden by default and I want the footer to appear when the user reached the bottom of the page and while scrolling either up and down the footer changes its height, but I don't really know how to do that. Is there some kind of onmousewheel
-event which detects when the user scrolls up or down?
Any suggestions are welcome...