|
Letreiro de novidades
Copie o código abaixo e cole-o em suas páginas. Para copiar, selecione todo o código e aperte as teclas "CTRL+C" e cole em suas páginas com o comando
"CTRL+V".
- Passo 1:
Copie e cole o código em sua página. Você pode colocá-lo antes da tag <html> ou depois da tag <body>.
<script language="JavaScript1.2"> var largura=150 var altura=120 var bgcolor='white' var fundo=''
var mensagens=new Array() mensagens[0]="<center> <font face='Arial' size=2> <a href='Coloque o endereço da página 1 aqui'> Coloque o texto do link 1 aqui </a> </font> </center>" mensagens[1]="<center> <font face='Arial' size=2> <a href='Coloque o endereço da página 2 aqui'> Coloque o texto do link 2 aqui </a> </font> </center>" mensagens[2]="<center> <font face='Arial' size=2> <a href='Coloque o endereço da página 3 aqui'> Coloque o texto do link 3 aqui </a> </font> </center>" mensagens[3]="<center> <font face='Arial' size=2> <a href='Coloque o endereço da página 4 aqui'> Coloque o texto do link 4 aqui </a> </font> </center>" mensagens[4]="<center> <font face='Arial' size=2> <a href='Coloque o endereço da página 5 aqui'> Coloque o texto do link 5 aqui </a> </font> </center>"
if (mensagens.length>1) i=2 else i=0
function mover1(whichlayer){ tlayer=eval(whichlayer) if (tlayer.top>0&&tlayer.top<=5){ tlayer.top=0 setTimeout("mover1(tlayer)",3000) setTimeout("mover2(document.principal.document.segundo)",3000) return } if (tlayer.top>=tlayer.document.height*-1){ tlayer.top-=5 setTimeout("mover1(tlayer)",100) } else{ tlayer.top=altura tlayer.document.write(mensagens[i]) tlayer.document.close() if (i==mensagens.length-1) i=0 else i++ } }
function mover2(whichlayer){ tlayer2=eval(whichlayer) if (tlayer2.top>0&&tlayer2.top<=5){ tlayer2.top=0 setTimeout("mover2(tlayer2)",3000) setTimeout("mover1(document.principal.document.primeiro)",3000) return } if (tlayer2.top>=tlayer2.document.height*-1){ tlayer2.top-=5 setTimeout("mover2(tlayer2)",100) } else{ tlayer2.top=altura tlayer2.document.write(mensagens[i]) tlayer2.document.close() if (i==mensagens.length-1) i=0 else i++ } }
function mover3(whichdiv){ tdiv=eval(whichdiv) if (tdiv.style.pixelTop>0&&tdiv.style.pixelTop<=5){ tdiv.style.pixelTop=0 setTimeout("mover3(tdiv)",3000) setTimeout("mover4(segundo2)",3000) return } if (tdiv.style.pixelTop>=tdiv.offsetHeight*-1){ tdiv.style.pixelTop-=5 setTimeout("mover3(tdiv)",100) } else{ tdiv.style.pixelTop=altura tdiv.innerHTML=mensagens[i] if (i==mensagens.length-1) i=0 else i++ } }
function mover4(whichdiv){ tdiv2=eval(whichdiv) if (tdiv2.style.pixelTop>0&&tdiv2.style.pixelTop<=5){ tdiv2.style.pixelTop=0 setTimeout("mover4(tdiv2)",3000) setTimeout("mover3(primeiro2)",3000) return } if (tdiv2.style.pixelTop>=tdiv2.offsetHeight*-1){ tdiv2.style.pixelTop-=5 setTimeout("mover4(segundo2)",100) } else{ tdiv2.style.pixelTop=altura tdiv2.innerHTML=mensagens[i] if (i==mensagens.length-1) i=0 else i++ } }
function iniciar(){ if (document.all){ mover3(primeiro2) segundo2.style.top=altura segundo2.style.visibility='visible' } else if (document.layers){ document.principal.visibility='show' mover1(document.principal.document.primeiro) document.principal.document.segundo.top=altura+5 document.principal.document.segundo.visibility='show' } }
</script>
-
Passo
2:
Cole
este depois da tag <body>, no corpo da página.
<table width="150" border="1" cellspacing="0" cellpadding="0"> <tr> <td><ilayer id="principal" width=&{largura}; height=&{altura}; bgColor=&{bgcolor}; background=&{fundo}; visibility=hide> <layer id="primeiro" left=0 top=1 width=&{largura};> <script language="JavaScript1.2"> if (document.layers) document.write(mensagens[0]) </script> </layer> <layer id="segundo" left=0 top=0 width=&{largura}; visibility=hide> <script language="JavaScript1.2"> if (document.layers) document.write(mensagens[1]) </script> </layer> </ilayer>
<script language="JavaScript1.2"> if (document.all){ document.writeln('<span id="principal2" style="position:relative; width:'+largura+'; height:'+altura+'; overflow:hiden; background-color:'+bgcolor+' ; background-image:url('+fundo+')">') document.writeln('<div style="position:absolute; width:'+largura+'; height:'+altura+'; clip:rect(0 '+largura+' '+altura+' 0); left:0; top:0">') document.writeln('<div id="primeiro2" style="position:absolute;width:'+largura+';left:0;top:1;">') document.write(mensagens[0]) document.writeln('</div>') document.writeln('<div id="segundo2" style="position:absolute; width:'+largura+'; left:0; top:0; visibility:hidden">') document.write(mensagens[1]) document.writeln('</div>') document.writeln('</div>') document.writeln('</span>') } iniciar() </script> </td> </tr> </table>
- Personalizando:
Para trocar cor do fundo ou incluir uma imagem de fundo, repare neste trecho do código:
var largura=150 var altura=120 var bgcolor='white' var fundo=''
- Onde está "white" você pode colocar a nova cor em valor hexadecimal, exemplo #94AA7B
- Em "Fundo" você pode colocar o nome da imagem de fundo do letreiro, exemplo:
var largura=150 var altura=120 var bgcolor='white' var fundo='Nome do arquivo de imagem aqui'
- Para incluir mais mensagens no letreiro, repare que a última mensagem aparece assim:
mensagens[4]=" <center> <font face='Arial' size=2> <a href='Coloque o endereço da página 4 aqui'> Coloque o texto do link 4 aqui </a> </font> </center>"
- Basta sempre acrescentar uma unidade ao número indicado depois da mensagem. Por exemplo:
mensagens[5]=" <center> <font face='Arial' size=2> <a href='Coloque o endereço da página 5 aqui'> Coloque o texto do link 5 aqui </a> </font> </center>" mensagens[6]=" <center> <font face='Arial' size=2> <a href='Coloque o endereço da página 6 aqui'> Coloque o texto do link 6 aqui </a> </font> </center>"
Siga até o número de mensagens que você desejar.
|