X
Otros link's:
http://www.raystrack.tk/ http://www.raystrack.es.tl/ http://www.raystrack.com.ar/

Foro:
http://www.rayforo.com.ar/

Upload:
http://www.rayupload.com.ar/

Raystrack

Texto en movimiento en la barra de estado

Aquí unos buenos códigos para hacer que el titulo se mueva de diferentes formas ya q me han preguntado q como lo hice para mi web!
Los he probado antes de ponerlos y se visualizan con mozilla y también con explorer

Estos códigos cual quiera q elijan los pegan en editar diseño=>configuraciones avanzadas y en texto por debajo de la pagina ok!   

Flechas hacia el titulo
este es el ejemplo:



 

Código:
<Script>
var titletext="WwW.LadisKotekA.eS.tL"
var thetext=""
var started=false
var step=0
var times=1

function welcometext()
{
times--
if (times==0)
{
if (started==false)
{
started = true;
document.title = titletext;
setTimeout("anim()",1);
}
thetext = titletext;
}
}

function showstatustext(txt)
{
thetext = txt;
setTimeout("welcometext()",4000)
times++
}

function anim()
{
step++
if (step==7) {step=1}
if (step==1) {document.title='>==='+thetext+'===<'}
if (step==2) {document.title='=>=='+thetext+'==<='}
if (step==3) {document.title='==>='+thetext+'=<=='}
if (step==4) {document.title='=>=>'+thetext+'<=<='}
if (step==5) {document.title='==>='+thetext+'=<=='}
if (step==6) {document.title='===>'+thetext+'<==='}
setTimeout("anim()",200);
}

if (document.title)
window.onload=onload=welcometext
</script>



Titulo en general con movimiento
este código su función es q todos los títulos de cada pagina del menú tendrá movimiento
este es el ejemplo:


 

 

Código:
<script type="text/JavaScript">
var repeat=1 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
titl=title.substring(start, leng) + title.substring(0, start)
document.title=titl
start++
if (start==leng+1) {
start=0
if (repeat==0)
return
}
setTimeout("titlemove()",140)
}
if (document.title)
titlemove()
</script>



Aquí les dejo un ultimo código que es el que yo uso
este es el ejemplo:


 

 

Código:
<SCRIPT LANGUAGE="JavaScript">
var txt="                              [
AQUI PON LO QUE QUIERAS]            -                AQUI PON LO QUE QUIERAS;
var espera=100;
var refresco=null;
function rotulo_title() {
        document.title=txt;
        txt=txt.substring(1,txt.length)+txt.charAt(0);
        refresco=setTimeout("rotulo_title()",espera);}
rotulo_title();
</SCRIPT>


Agreadecimientos a  ladiskoteka.es.tl
Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis