Yes.
Put this in the head of your html:
<script type="text/javascript"><!--setInterval("document.recalc()",1);--></script>
Put this in your css:
<!-- * blink{visibility:expression((Math.floor(new Date().getTime()/500)%2)?"visible":"hidden");} -->
This will flash your text in IE. <blink>I am flashing text</blink>
In the other browsers css text-decoration:blink will work.
I dug this up becuase everyone is telling you not to do it.
He didn't ask you if he should do it or not.
People answer his question before you interject your opinion (which he didn't ask for anyway). Geez.
I answered your question bub.
I can think of a very valid reason to use blinking text.
As a highlight to an error condition on a form.
We use it on our corporate web applications all the time.
Cheers,
Coda
|