PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Re: Blinking Characters/Words
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Re: Blinking Characters/Words
![]() |
Re: Blinking Characters/Words |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Place this script between the head tags.
<script type="text/javascript"> function doBlink() { var b = document.all.tags("BLINK") for ( i=0; i < b.length; i++)b[i].style.visibility = (b[i].style.visibility == "" )? "hidden" : "" } function startBlink() { if (document.all)setInterval("doBlink()",1000)} window.onload = startBlink; </script> And then sorround the text you want to blink with <blink>text example></blink> The number after "doBlink()", is the amount of time in milliseconds. 1000 = one second. Do not set it at less than 1000 or one second due to useability factors ( can cause epilptic seazures in some people. ) ( also called "light flicker" syndrome ) This will work in IE versions 5.0 and up. -- 95isalive This site is best viewed............... ...........................with a computer "Carlos Renta" <carlos@carlosandsimone.com> wrote in message news:5c8c01c33dcf$2f3cbc60$7d02280a@phx.gbl... > I presently use FrontPage 2002, IE 6x and Windows XP > Pro. For some reason, when I activate the blinking > option for a word, it will not blink. Can someone tell > me why? |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

