English
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--To achieve this effect, two steps are required. The first step is: Add the following code to the <head> area--> <style> <!-- .intro{ position:absolute; left:0; top:0; layer-background-color:white; background-color:white; border: 0.1px solid white } --> </style> <!--Step 2: Add the following code to the <body> area--> <div id="i1" class="intro"> Website Building Academy<br ><br> www.downcodes.com<br><br> webmaster@downcodes.com<br><br> ╔----------------------- -----------------------╗<br> ┆Webpage production tutorial download Webpage special effects boutique animation website building guide┆<br> ┆Technical Forum Programming Technology ASP Technology PHP Technology special effects code┆<br> ┆Build a website for you English-Chinese translation mall sell industry news program development┆<br> ╚------------------------ --------------------------╝<br> Website Building Academy provides you with all web page production consulting....</div> <script language= "JavaScript1.2"> //change speed here 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 } function 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="rect( "+topclip+" "+rightclip+" "+bottomclip+" "+leftclip+")" leftclip+ =reference*speed topclip+=speed rightclip-=reference*speed bottomclip-=speed } } stopit=setInterval("doit()",100) </script>