How can I detect the scroll direction (mousewheel up/down) without scrolling the page? My page wrapper has a height of 100%, so there is no content to scroll, but I need the scroll direction from the mousewheel.
Since Google Maps does the same (using the mousehweel for zoom without "scrolling" the page), I wonder how to achieve this.