18/01/2002, 00:06
|
| | Fecha de Ingreso: noviembre-2001
Mensajes: 269
Antigüedad: 23 años, 1 mes Puntos: 0 | |
Re: Texto Que Suba De Abajo Hacia Arriba prueba este codigo entre los tags <Body> y </Body>
<pre>
<body>
<script language="JavaScript1.2">
var marqueewidth=250
var marqueeheight=100
var speed=2
var marqueecontents='<font face="Arial">Aqui el texto que tu quieras!, y aqui el enlace a tu <a href="http://www.tu_pagina.com">pagina</a> . puedes modificala como quieras</font>'
if (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marque eheight+'">'+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.w rite(marqueecontents)
document.cmarquee01.document.cmarquee02.document.c lose()
thelength=document.cmarquee01.document.cmarquee02. document.height
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=t helength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=marque eheight
scrollit()
}
}
window.onload=regenerate2
</script>
<ilayer width=&{marqueewidth}; height=&{marqueeheight}; name="cmarquee01">
<layer name="cmarquee02" width=&{marqueewidth}; height=&{marqueeheight};></layer>
</ilayer>
</body> </pre>
En donde:
var marqueewidth=Ancho a ocupar
var marqueeheight=Alto a ocupar
var speed=velocidad de desplazamiento del texto
var marqueecontents=Contenido
Espero que eso sea lo que necesitas!
Saludos!
<P><center><embed width="350" height="60" loop=false src="http://www.galeon.com/iecach/firma1.swf"></center></P> |