Español
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--Para lograr este efecto, se requieren dos pasos: el primer paso. es: Agregue el siguiente código al área <cuerpo>--> <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 función del temporizador setValues() { if (document.all) { document.all.image.style.posLeft=0 document.all.image.style.posTop=0 document.all.imagecontent.style.posLeft=0 documento .all. imagecontent.style.posTop=0 moveimage() } } función moveimage() { if (stepx<=imagewidth || stepy<=imageheight) { stepx=stepx+12 stepy=stepy+6 image.innerHTML="< estilo de extensión = 'ancho:"+stepx+"px; alto:"+stepy+"px;color de fondo:000000;filtro:alfa(opacidad=0,finishopacity=100,estilo=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(temporizador) timer=setTimeout("moveimage2()",tempo) } } function moveimage2() { if (stepx>=0 || stepy>=0) { stepx=stepx- 12 paso a paso = paso a paso-6 image.innerHTML="<span style='width:"+stepx+"px; altura:"+stepy+"px; color de fondo:000000;filtro:alfa(opacidad=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="IZQUIERDA: -5000px; POSICIÓN: absoluta; ARRIBA: -5000px"><IMG height=421 src="" ancho=735></DIV> <DIV id=image style=" POSICIÓN: absoluta; ARRIBA: -50px"></DIV> <!--Paso 2: Agregue "onload=setValues()" a la etiqueta <body>. Por ejemplo: --> <body onload=setValues()>