Português
<!-- O arquivo HTML completo é o seguinte: --> <!-- 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; ; largura: 400; altura: 12; família da fonte: "宋体"; tamanho da fonte: 9pt} #subtickertape{ cor de fundo: preto; ; família de fontes: "宋体"; tamanho da fonte: 9pt } .subtickertapefont{ fonte:bold 9pt "宋体"; cor:branco; nenhum; font-family: "宋体"; font-size: 9pt} --> </style> <title>Código de efeitos especiais da Website Building Academy->>Ocultar script de navegação</title> </head> <body onload ="if ( document.all||document.layers) {regenerate2();update()}"> <div id="tickertape"> <div id="subtickertape" class="subtickertapefont">Inicialização...< /div> </div> <script language="JavaScript1.2"> //A velocidade padrão é 4,5 segundos, você mesmo pode modificar a velocidade. var speed=4500 var news=new Array() news[0]="<a href='index.htm'>Página inicial deste site</a>" news[1]="<a href='index1.htm ' >Hora e data</a>" news[2]="<a href='index2.htm'>Navegação na página da Web</a>" news[3]="<a href='index3.htm'> Plano de fundo da página da Web</a>" news[4]="<a href='index4.htm'>Efeitos especiais da página</a>" news[5]="<a href='index5.htm'>Imagens gráficas </a> " news[6]="<a href='index6.htm'>Evento de mouse</a>" //O conteúdo informativo exibido pode ser adicionado em qualquer 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); document.write('<span class="subtickertapefont">'+news[i]+'</span>') document.tickertape.document.subtickertape.document.close() } else document.all.subtickertape.innerHTML= notícias[i] if (i<news.length-1) i++ else i=0 setTimeout("update()",speed) } function BgFade(red1, grn1, blu1, red2, grn2, blu2, steps) { sred = red1;sgrn = grn1; sblu = blu1; função RunFader() { var epct = passo/inc; 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); senão tickerobject.backgroundColor= Math.floor(sred * spct + ered * epct)*256*256 + Math.floor(sgrn * spct + egrn * epct)*256 + Math.floor( sblu * spct + eblu * epct); if (passo <inc) { setTimeout('RunFader()',50);