hi vlane, I was trying some different things and it seems that changing the number highligted in red makes it appear closer to the top. I changed it from 100 to 10.
Code:
function dropin(){
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
if (parseInt(crossobj.top)<10+scroll_top)
crossobj.top=parseInt(crossobj.top)+40+calunits
else{
clearInterval(dropstart)
bouncestart=setInterval("bouncein()",50)
}
}
I don't really understand the code, but changing that number may get you what you want
Bookmarks