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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
||||
|
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. |
|||
|
|