I have a page that has a position:fixed div at the top:0px and bottom:0px (making a header and footer). When either the header or footer has "focus", I am able to use PageDown, PageUp, Home, End, and Spacebar to scroll the page. But if I click within the main "content" div and try to use those keys, it no longer works.
There aren't any page/body/form-level scripts that are listening for onkeydown/onkeyup.
I'm developing for Internet Explorer 7.
Does anyone know why this happens?