I think that is more content, different content, wider and taller content than the script author had in mind. Not to worry, a simple adjustment to the script will make it work more sensibly in this particular case. I hope that will satisfy you. Using other content may require a different adjustment to this value or a return to its default. Anyways, in the main script section for this script, in the function movedown(), find this line:
Code:
if (iens6&&parseInt(crossobj.style.top)>=(contentheight*(-1)+100))
I just changed it to this:
Code:
if (iens6&&parseInt(crossobj.style.top)>=(contentheight*(-1)+300))
and it seemed to work fine. In case you are wondering, this figure represents the number of pixels to be trimmed off of the content's 'apparent height to the browser' when calculating the lower limit for scrolling.
Bookmarks