Código: (todo va dentro de <body> y </body>
<b><FONT SIZE="5" FACE="Verdana">Todo lo que esta en colores se puede cambiar.
<SPAN ID="s" STYLE=" position:absolute; color:white">¡Bienvenidos!</SPAN>
<SPAN ID="s2" STYLE=" position:absolute; color:white">¡Bienvenidos!</SPAN>
<SPAN ID="s3" STYLE=" position:absolute; color:white">¡Bienvenidos!</SPAN>
<SPAN ID="ds" STYLE=" position:relative; "></SPAN>
</FONT>
<FONT COLOR="#0000FF" SIZE="5" FACE="Verdana">¡Bienvenidos!</FONT></b>
<SCRIPT LANGUAGE="JavaScript">
y=0
x=2
z=1
function l(){
y+=1
x+=1
z+=1
document.all.s.style.color="green";
document.all.s.style.margin=y;
document.all.s3.style.color="yellow";
document.all.s3.style.margin=z;
document.all.s2.style.color="red";
document.all.s2.style.margin=x;
if (y>3){
y=0}
if (z>3){
z=0}
if (x>3){
x=0}
setTimeout("l(),1")
}
l()
</SCRIPT>
0 comments:
Post a Comment