Texto Intermitente

De el 1 enero 2011, en HTML






Este texto intermitente lo pones tú.

CODIGO HTML:

<html>
<head>
<script>
var mostrar=false;
function inter () {
col= (mostrar) ? ‘#000’ : ‘#fff’;
document.getElementById(‘txt’).style.color=col;
mostrar = !mostrar;
setTimeout(‘inter()’,500);
}
</script>
</head>
 
<body onload=»inter()»>
Este <span id=»txt»>texto intermitente</span> lo pones tú.
</body>
</html>

 

– TAMBIEN SE PUEDE HACER CON ESTA FUNCION JAVASCRIPT:

 
<script>
function Blink()
{
var ElemsBlink = document.getElementsByTagName(‘blink’);
for(var i=0;i<ElemsBlink.length;i++)
ElemsBlink[i].style.visibility = ElemsBlink[i].style.visibility
==’visible’ ?’hidden’:’visible’;
}
</script>
 
Después, pones en la etiqueta BODY lo siguiente:
<body onload=»setInterval(‘Blink()’,500)»>
 
Y finalmente, cualquier elemento que quieras que sea intermitente lo pones entre las etiquetas «blink», por ejemplo:
<blink>Texto Intermitente</blink>

Y se ve así:


Texto Intermitente

 

- ACTUALMENTE es más simple, aunque sólo está soportada por algunos navegadores

ASI MEJOR, VERDAD?

CODIGO HTML:

<p style="text-decoration: blink;">ASI MEJOR, VERDAD?</p>

 2 Comentarios en “Texto Intermitente”

  1. Alejandrina dice:

    Hi I am so happy I found your web site, I really found you by accident, while I was researching on Digg for something else, Nonetheless
    I am here now and would just like to say kudos for a incredible post and
    a all round exciting blog (I also love the theme/design), I don’t have
    time to read it all at the moment but I have saved it and also
    included your RSS feeds, so when I have time I will be back to read more, Please do keep up the fantastic
    jo.

  2. They are usually to experience excessive itching, swelling,
    or redness or bust out in rashes after they wear cheap earrings.

    Stainless steel cookware can survive for decades with cleanup and
    appropriate attention. Using the same pots over again allows it best way to clean stainless steel alter
    according the cook»s needs.

Deja tú comentario