function hide() { document.getElementById("divPiaoFuAd1").style.visibility = "hidden"; document.getElementById("divPiaoFuAd2").style.visibility = "hidden"; } function fdsdfsa12() { var n=220; //top值 var obj1=document.getElementById("divPiaoFuAd1"); //position:fixed对象 var obj2=document.getElementById("divPiaoFuAd2"); //position:fixed对象 window.onscroll=function() { obj1.style.top=(document.body.scrollTop||document.documentElement.scrollTop)+n+'px'; obj2.style.top=(document.body.scrollTop||document.documentElement.scrollTop)+n+'px'; } window.onresize=function() { obj1.style.top=(document.body.scrollTop||document.documentElement.scrollTop)+n+'px'; obj2.style.top=(document.body.scrollTop||document.documentElement.scrollTop)+n+'px'; } } document.write(''); document.write('
'); document.write(''); document.write(''); document.write('
'); document.write('
'); document.write(''); document.write(''); document.write('
'); fdsdfsa12();