function MYscroll(){
if(ie){YOURID.style.top = document.body.scrollTop+10}
if(ns){YOURID.top = window.pageYOffset+10}
}setInterval("MYscroll()",100);