Blinking

liunx

Guest
HOW CAN I MAKE TEXT BLINK?<br />
<br />
Thanks<!--content-->It will be really annoying,but here is what you can do.<br />
<br />
set the visiblity of the text containing element visible and then false and then keep repeating this by using <br />
setTimeput() method<!--content-->You could use CSS, for example:<br />
<br />
<style type="text/css"><br />
<!-- <br />
p { text-decoration: blink; } <br />
--><br />
</style><br />
<br />
In any fully CSS-2 compliant browser, which rules out M$ Explorer.<!--content-->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<!--content-->
 
Back
Top