Skip to content Skip to sidebar Skip to footer

"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:

Post a Comment for ""text-decoration: Blink" & Ie"