한국어
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--이 효과를 얻으려면 두 단계가 필요합니다. 첫 번째 단계. is: <head> 영역에 다음 코드를 추가하세요--> <style> <!-- .intro{ position:absolute; top:0; background-color:white; ; 테두리: 0.1px 단색 흰색 } --> </style> <!--2단계: <body> 영역에 다음 코드를 추가합니다--> <div id="i1" class="intro"> 웹사이트 구축 아카데미<br ><br> www.downcodes.com<br><br> webmaster@downcodes.com<br><br> ╔------- --- ----------╗<br> ┆웹페이지 제작 튜토리얼 다운로드 웹페이지 특수효과 부티크 애니메이션 웹사이트 구축 가이드┆<br> ┆기술 포럼 프로그래밍 기술 ASP 기술 PHP 기술 특수 효과 코드┆<br> ┆당신을 위한 웹사이트 구축 영중 번역 쇼핑몰 판매 업계 뉴스 프로그램 개발┆<br> ╚---------------- -------- -------------╝<br> 웹사이트빌딩아카데미는 웹페이지 제작에 관한 모든 컨설팅을 제공합니다. ...</div> <script 언어= "JavaScript1.2"> //여기서 속도 변경 var speed=5 if (document.layers){ var reference=window.innerWidth/window.innerHeight var temp=eval("document .i1.clip") temp.left=temp .top=0 temp.right=window.innerWidth temp.bottom=window.innerHeight } else if (document.all){ var reference=document.body.clientWidth/document.body .clientHeight var rightclip,leftclip,topclip,bottomclip var temp=document.all.i1.style topclip=leftclip=0 rightclip=temp.width=document.body.clientWidth Bottomclip=temp.height=document.body.clientHeight } 함수 doit (){ window.scrollTo(0,0) if (document.layers){ if (temp.left>window.innerWidth/2)clearInterval(stopit) temp.left+=reference*speed temp.top+=speed temp.right- =reference*speed temp.bottom-=speed } else if (document.all){ if (leftclip>document.body.clientWidth/2)clearInterval(stopit) temp.clip="direct( "+topclip+" "+rightclip+" "+bottomclip+" "+leftclip+")" leftclip+ =참조*속도 topclip+=속도 rightclip-=참조*속도 Bottomclip-=속도 } } stopit=setInterval("doit()",100) </script>