Why is the VSL site the only site on the entire internet that has to re-invent page scrolling?
Suggesting to use the "2-finger scroll" (someone suggested this in another post) is bullsh*t -- I use a keyboard for navigation. Page Down should ALWAYS page down. Period. Common UI experience for the user.
You can use something like this for your page container:
/* page container */
#page-container {
min-height: 100%;
position: relative;
width: 1000px;
margin: 0px auto;
}
If you use a css container instead of whatever technology you are using (I didn't look) your site can scroll using pageup and pagedown in any browser. There is NO NEED to reinvent the wheel! Please fix this!