I am not sure if there is a method to disable scrollbars, but you can
create a bounding box.
http://examples.qcodo.com/examples/advanced_ajax/move.php
I have noted that, that code behaves wonky if you resize the window, but
perhaps it can give you a starting point.
@Randy
I am not sure how CSS overflow would be applied, since I am looking to
do this to the entire window, and I still want the content to
determine the window height (I want to use this on many pages).
@Lost
Thanks for the link. As I am thinking of applying this to different
pages, I am not sure that I want to add a bounding box, but I will
take a look at the code. I am thinking that what I am probably going
to have to do is write a function to shrink the <div> (which is what I
am moving) 1 pixel for each pixel it should have "moved" off of the
bottom of the screen. That way it looks like it's dropping off of the
page, but it really isn't. Heh, I'll be interested in seeing if I can
get that to work.