Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
tenho este codigo em js funciona beleza so que quando a ultima foto entra em cena tem que esperar ela sair la em cima para comecar de novo la em baixo nao daria para tirar este intervalo
// Comprimento de WIDTH
var marqueewidth=120
// Comprimento de HEIGHT
var marqueeheight=400
// Velocidade
var speed=2.0
// Texto
var marqueecontents="<font color='#4050a6'><font face='Verdana' size='1'><b><a href= 'calendario.htm'><img src=100154.jpg width=110 height=90><br>mais..<p><a href='nossos_projetos.htm'><img src=102121.jpg width=110 height=90><br>mais..<p><a href='jogadoras.htm'><img src=103531.jpg width=110 height=90><br>mais..<p><a href='calendario.htm'><img src=103532.jpg width=110 height=90><br>mais..<p>"
if (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}
function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write(marqueecontents)
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.height
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight
scrollit()
}
}
window.onload=regenerate2
</SCRIPT>
Brigadão
http://forum.imasters.com.br/public/style_emoticons/default/clap.gif
Carregando comentários...