"text-decoration: Blink" & IE
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?
Solution 1:
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.
Solution 2:
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.
Post a Comment for ""text-decoration: Blink" & IE"