Click here to Skip to main content
15,885,855 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want a label in which i want to see two texts blinking alternatively. fOR example the two texts could be : "Welcome Raj" and "Welcome to the survey". Ineed this since i am short of space in my menubar. There are other alternatives bt dont want to take that...Pls help.


Please note : i dont have to use javascript.
Rgards.
Posted
Updated 11-Oct-11 1:00am
v2

1 solution

You could go against all of humanity and use html <blink>. Use an div to place two blinking text over each other and pray that the two blinking text items will alternate correctly.

<blink>Blinking text

Otherwise you simply need to use javascript. If you want to support only IE then vbscript is another alternative, but would really not advise it.

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900