Русский
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--Для достижения этого эффекта необходимы два шага. Первый шаг. это: добавьте следующий код в область <body> --> <script> <!-- var imageheight=280 var imagewidth=560 var cliptop var clipbottom var clipleft var clipright var clippoints var tempo=100 var Stepx=0 var Stepy =0 var timer function setValues() { if (document.all) { document.all.image.style.posLeft=0 document.all.image.style.posTop=0 document.all.imagecontent.style.posLeft=0 document .all imagecontent.style.posTop=0 moveimage() } } function moveimage() { if (stepx<=imagewidth || Stepy<=imageheight) {stepx=stepx+12 Stepy=stepy+6 image.innerHTML="< span style= 'width:"+stepx+"px; height:"+stepy+"px;background-color:000000;filter:alpha(opacity=0,finishopacity=100,style=2'></span>" cliptop= 0 clipbottom= Stepy clipleft=0 clipright=stepx clippoints="rect("+cliptop+" "+clipright+" "+clipbottom+" "+clipleft+")" document.all.imagecontent.style.clip=clippoints timer=setTimeout("moveimage ()" ,tempo) } else{clearTimeout(timer) timer=setTimeout("moveimage2()",tempo) } } function moveimage2() { if (stepx>=0 || Stepy>=0) { Stepx=stepx- 12 Stepy= Stepy-6 image.innerHTML="<span style='width:"+stepx+"px; height:"+stepy+"px;background-color:000000;filter:alpha(opacity=0,finishopacity=100, style=2 '></span>" cliptop=0 clipbottom=stepy clipleft=0 clipright=stepx clippoints="rect("+cliptop+" "+clipright+" "+clipbottom+" "+clipleft+")" document.all.imagecontent .style. clip=clippoints timer=setTimeout("moveimage2()",tempo) } else{ Stepx=0 Stepy=0 ClearTimeout(timer) timer=setTimeout("moveimage()",tempo) } } --> </ script> < DIV id=imagecontent style="СЛЕВА: -5000 пикселей; ПОЛОЖЕНИЕ: абсолютное; СВЕРХУ: -5000 пикселей"><IMG height=421 src="" width=735></DIV> <DIV id=image style=" POSITION: Absolute ; TOP: -50px"></DIV> <!--Шаг 2: Добавьте "onload=setValues()" в тег <body>. Например: --> <body onload=setValues()>