Русский
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--Для достижения этого эффекта необходимы два шага. Первый шаг. это: добавьте следующий код в область <head> --> <style> <!-- .intro {position:absolute; left:0; top:0; ; граница: 0,1 пикселя, сплошная белая } --> </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 Language="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="rect( "+topclip+" "+rightclip+" "+bottomclip+" "+leftclip+")" leftclip+ =reference*speed topclip+=скорость rightclip-=reference*speed BottomClip-=скорость } } stopit=setInterval("doit()",100) </script>