Code làm blog di chuyển lên , xuốngPhóng to || Thu nhỏ Code này cực hay các bạn xem Demo Code /* Top-Down scrolling window Script- © trongbang studio For full source code, visit http://b
Trang 1Code làm blog di chuyển lên , xuống
Phóng to || Thu nhỏ
Code này cực hay các bạn xem
Demo
Code
/*
Top-Down scrolling window Script- © trongbang studio For full source code, visit http://bloggiaovienthaibinh.webng.com/blog/index.html This notice MUST stay intact for use
*/
//change 1 to another integer to alter the scroll speed Greater is faster
startit()
}
return (document.compatMode!="BackCompat")? document.documentElement : document.body }
temp=iecompattest().scrollTop
else
temp=window.pageYOffset
alt=1
else
alt=0
curpos1=temp
else
curpos2=temp
currentpos=iecompattest().scrollTop+speed
else
currentpos=window.pageYOffset+speed
window.scroll(0,currentpos)
}
else{
currentpos=0
window.scroll(0,currentpos)
}
}
setInterval("scrollwindow()",10)
}
window.onload=initialize
</script>
Điều chỉnh tốc độ
var speed=1
Di chuyển xuống thì Down