a
<script language="JavaScript1.2">
<!-- Mas trucos y scripts en http://www.javascript.com.mx -->
// ancho
var marqueewidth=300
// alto
var marqueeheight=50
// velocidad
var speed=1
// contenido
var marqueecontents='AQUÍ EL CÓDIGO HTML QUE QUIERAS Otro ejemplo más de otro scroll de avisos o noticias.'
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>
También admite todo tipo de etiquetas html y fotografias.
| Scroller totalmente gratuito Si te gusta copia y pega el codigo en tu web. ![]() Acepta codigos html links y todo lo que quieras poner. Imágenes colores etc Ah ! y no te olvides de poner esta web en tus favoritos. Siempre te puede resultar util. Saludos y hasta pronto amigo. |
Código fuente (Haz Click en la ventana para Seleccionarlo Todo)
Ejemplo del Javascript:
