Click to See Complete Forum and Search --> : Blinking


stealthmindzinc
11-16-2003, 08:23 AM
HOW CAN I MAKE TEXT BLINK?

Thanks

Khalid Ali
11-16-2003, 08:44 AM
It will be really annoying,but here is what you can do.

set the visiblity of the text containing element visible and then false and then keep repeating this by using
setTimeput() method

Robert Wellock
11-17-2003, 09:59 AM
You could use CSS, for example:

<style type="text/css">
<!--
p { text-decoration: blink; }
-->
</style>

In any fully CSS-2 compliant browser, which rules out M$ Explorer.

ColdSteel
11-17-2003, 04:18 PM
Uh, just wanted to let you know that a lot of people have complained before when site designer's have made blinking text...it all started when Netscape wanted to have some "cool" thing that was only it's own....hehe...but I guess since you're the designer and I am not, I should keep my nose out of things...:D