开发者

How can i achieve a text-glow effect in ie(7+)?

the question says it开发者_开发问答 all xD

Using CSS, JQuery Or both how can i make text glow.

Is it possible?


Text glow is dead easy in CSS3, using text-shadow.

However, neither IE7 nor IE8 support this feature at all, and I don't know of any hacks that can make it work in these browsers. (other CSS3 features can be hacked into IE7/8, using tools like CSS3Pie, but not text-shadow as far as I know.

So unfortunately I think you're out of luck.

If you're okay with this solution not working in IE7 and IE8, then there's a reference on how to do it here: http://www.w3.org/Style/Examples/007/text-shadow (see the bottom section of the page for glowing effects)


No it isn't. IE8 neither IE7 does use css3 so it isn't possible. maybe you can do it as an image


This may be possible in ie 9 / css3 enabled browsers ... but in ie 7 and 8 I am afraid it not possible :/

Edit-

A friend suggested that maybe using the text-shadow css style could help you.


Css text-shadow can be faked by duplicating element with text, and positioning it relatively to original. There are numerous scripts to do this, one of them here. But the effort plus extra DOM manipultion in IE7 that is so slow by itself just isn't worth it imho.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜