Русский
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http ://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>符合标准的正常工作的对联广告</title> <script Language="JavaScript" type="text/javascript"> LastScrollY=0; функция heartBeat() { var diffY; если (document.documentElement && document.documentElement.scrollTop) diffY = document.documentElement.scrollTop; else if (document.body) diffY = document.body.scrollTop else {/*Netscape Stuff*/} //alert(diffY); процент=.1*(diffY-lastScrollY); если (процент> 0) процент = Math.ceil (процент); еще процент = Math.floor(процент); document.getElementById("lovexin12").style.top=parseInt(document.getElementById ("lovexin12").style.top)+percent+"px"; document.getElementById("lovexin14").style.top=parseInt(document.getElementById("lovexin12").style.top)+percent+"px"; LastScrollY=lastScrollY+процент; //оповещение(lastScrollY); }//с сайта downcodes.com suspendcode12="<DIV id="lovexin12" style='left:2px;POSITION:absolute;TOP:120px;'>ad1</div>" suspendcode14="<DIV id= "lovexin14" style='right:2px;POSITION:absolute;TOP:120px;'>ad2</div>" document.write(suspendcode12); document.write(suspendcode14); window.setInterval("heartBeat()",1); </script> <style type="text/css"> <!-- #lovexin12,#lovexin14{ width:120px; высота: 250 пикселей; цвет фона: #e5e5e5; граница: 1 пиксель сплошной #ddd; } HTML,body{высота:1000px; } #мм{высота:1000px; } --> </style> </head> <body> <div id="mm"> </div> </body> </html>