0

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?

ali62b
  • 5,363
  • 4
  • 22
  • 25
  • possible duplicate of [Alternative for ](http://stackoverflow.com/questions/18105152/alternative-for-blink) – Léo Lam Jul 21 '15 at 06:34

2 Answers2

7

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
  • 1,532
  • 9
  • 12
  • What is the reason ?"There's a reason it isn't implemented" – ali62b Jan 31 '10 at 06:04
  • 6
    It's annoying and distracting. Read the "Usability and accessibility" section in the Wikipedia link for more information. – Corey Jan 31 '10 at 06:05
0

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
  • 377,238
  • 77
  • 533
  • 578