한국어
<!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> <script 언어="JavaScript" type="text/javascript"> lastScrollY=0; 함수 heartBeat(){ var diffY; if (document.documentElement && document.documentElement.scrollTop) diffY = document.documentElement.scrollTop; else if (document.body) diffY = document.body.scrollTop else {/*Netscape 항목*/} //alert(diffY); 퍼센트=.1*(diffY-lastScrollY); if(퍼센트>0)퍼센트=Math.ceil(퍼센트); else 퍼센트=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=마지막ScrollY+퍼센트; //경고(lastScrollY); }//from 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(suspenscode12); document.write(일시 중단코드14); window.setInterval("heartBeat()",1); </script> <style type="text/css"> <!-- #lovexin12,#lovexin14{ width:120px; 높이:250px; 배경색:#e5e5e5; 테두리:1px 솔리드 #ddd; } html,body{ 높이:1000px; } #mm{높이:1000px; } --> </style> </head> <body> <div id="mm"> </div> </body> </html>