Scroll vertical de abajo hacia arriba.
Puedes incluir en el scroller información
de tu sitio, tu regulas velocidad y colores. Scroller vertical con javascript.
Panel de información.
Debes copiar el código, modificarlo a tu gusto e insertarlo dentro de las etiquetas:
<body> aqui pegas el script </body>
Código: Enlaces Utiles:
<script language="JavaScript1.2" type="text/JavaScript1.2">
// ancho
var marqueewidth=200
//alto
var marqueeheight=120
// velocidad
var speed=2
// contenido
var marqueecontents='<font face="Verdana"><small>AQUI COLOCAS TU
MENSAJE PUEDES COLOCAR CÓDIGOS DE ENLACES, Y MUCHAS
COSAS COMO IMGENES UTILIZANDO SU RESPECTIVO CODIGO</small></a></font>'
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",400)
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>
• Nuestro Foro - Actualizaciones tu E-mail - Sindicar RSS - Preguntas & Respuestas.
Guardado en la Categoria:
JavaScript


0 Comentarios al Post:
Publicar un comentario en la entrada