views:

72

answers:

2

Why text-decoration: blink wont work in IE ? What is the work around ? Is there a non JS work around? Do Microsoft have a plan to support this style?

+7  A: 

IE doesn't support it. See Wikipedia: http://en.wikipedia.org/wiki/Blink_element

Also, don't. There's a reason it isn't implemented, and finding a workaround will do nothing but annoy your users.

Corey
What is the reason ?"There's a reason it isn't implemented"
ali62b
It's annoying and distracting.Read the "Usability and accessibility" section in the Wikipedia link for more information.
Corey
A: 

Not sure whether Microsoft is planning to put that in but for the moment you are out of luck as far as IE (obviously) is concerned. No support for it.

Sarfraz