Español
<!-- El archivo HTML completo es el siguiente: --> <!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <html > <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <style> <!-- #tickertape{ position:relative; ; ancho: 400; alto: 12; familia de fuentes: "宋体"; tamaño de fuente: 9 pt} #subtickertape{ color de fondo: negro; posición: borde: 1 px sólido; ; familia de fuentes: "宋体"; tamaño de fuente: 9pt } .subtickertapefont{ fuente: negrita 9pt "宋体"; decoración de texto: ninguno; none; font-family: "宋体"; tamaño de fuente: 9pt} --> </style> <title>Código de efectos especiales de Website Building Academy->>Ocultar script de navegación</title> </head> <body onload ="if ( document.all||document.layers) {regenerate2();update()}"> <div id="tickertape"> <div id="subtickertape" class="subtickertapefont">Inicialización...< /div> < /div> <script language="JavaScript1.2"> // La velocidad predeterminada es 4,5 segundos, puede modificar la velocidad usted mismo. var speed=4500 var news=new Array() news[0]="<a href='index.htm'>Página de inicio de este sitio</a>" news[1]="<a href='index1.htm ' >Hora y fecha</a>" news[2]="<a href='index2.htm'>Navegación de la página web</a>" news[3]="<a href='index3.htm'> Fondo de página web</a>" news[4]="<a href='index4.htm'>Efectos especiales de página</a>" news[5]="<a href='index5.htm'>Imágenes gráficas </a> " news[6]="<a href='index6.htm'>Evento del mouse</a>" //El contenido de la información mostrada se puede agregar en cualquier formato. i=0 if (document.all) tickerobject=document.all.subtickertape.style else tickerobject=document.tickertape.document function regenerate(){ window.location.reload() } function regenerate2(){ if (document.layers) setTimeout("window.onresize=regenerate",450) } function update(){ BgFade(0xff,0xff,0xff, 0x00,0x00,0x00,10); if (document.layers){ document.tickertape.document.subtickertape. document.write('<span class="subtickertapefont">'+news[i]+'</span>') document.tickertape.document.subtickertape.document.close() } else document.all.subtickertape.innerHTML= noticias[i] if (i<news.length-1) i++ else i=0 setTimeout("update()",speed) } function BgFade(red1, grn1, blu1, red2, grn2, blu2, pasos) { sred = red1; sgrn = grn1; sblu = blu1; ered = red2; egrn = grn2; inc = paso = 0; 1 - epct; if (document.layers) tickerobject.bgColor = Math.floor(sred * spct + ered * epct)*256*256 + Math.floor(sgrn * spct + egrn * epct)*256 + Math.floor( sblu * spct + eblu * epct); else tickerobject.backgroundColor= Math.floor(sred * spct + ered * epct)*256*256 + Math.floor(sgrn * spct + egrn * epct)*256 + Math.floor( sblu * spct + eblu * epct); if ( paso < inc ) { setTimeout('RunFader()',50 } paso++ } </script> </body> </html>);