asp.net blinking background
-
hello everyone - I am trying to make one of my buttons background blink in two colors, black and red. Any idea how I can do that? thanks in advance, Laziale
javascript, and a timer. Or, an animated gif.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
hello everyone - I am trying to make one of my buttons background blink in two colors, black and red. Any idea how I can do that? thanks in advance, Laziale
Do following steps in javascript: Get the button control using getElementById function. change css class name of button control( I guess you need to set the className property) with some time interval ( settimeout fnction) You should have two different css class having two diffrent color which you will interchange to get a blinking effect!!!
Thanks, Arindam D Tewary