![]() |
|
|
|
#1 |
|
Hi
Please explain to me why text-shadow effect doesn't work when I apply it to text through css. I heard that it is not possible in css1. What does that mean, how do I know if I can render css2 and css3 or not. Thanks for the answers Gregor Gregor Traven |
|
|
|
|
#2 |
|
Posts: n/a
|
In alt.html Gregor Traven said:
> Please explain to me why text-shadow effect doesn't work when I apply it to > text through css. not supported. use an image. > I heard that it is not possible in css1. What does that > mean, it was not part of the CSS1 recommendation > how do I know if I can render css2 and css3 or not. use the below and modern browsers when experimenting such as opera and mozilla. master compatibility charts: http://centricle.com/ref/css/filters/ http://www.blooberry.com/indexdot/css/index.html http://macedition.com/cb/resources/a...sssupport.html old: http://www.immix.net/html/CSSGuide.htm http://devedge.netscape.com/library/...3/css-support/ opera support: http://www.opera.com/docs/specs/css/ -- the facts and opinions expressed by brucies l i t t l e v o i c e s are not necessarily the same as those held by brucie. |
|
|
|
#3 |
|
Posts: n/a
|
Gregor Traven wrote:
> Hi > > Please explain to me why text-shadow effect doesn't work when I apply it to > text through css. I heard that it is not possible in css1. What does that > mean, how do I know if I can render css2 and css3 or not. > Thanks for the answers > > Gregor > > Implement CSS2/3 text-shadow property https://bugzilla.mozilla.org/show_bug.cgi?id=10713 Priority 5, severity minor but 90 votes so far Only Safari 1.2+ and WebTV can render decently text-shadow according to W3C web standards; MSIE 6 can render text-shadow through proprietary extensions. The interesting part is that the specs indicate that blur radius and shadow color are optional: so more browsers could probably be able to support the shadow offset only and still claim to be able to offer minimal support for text-shadow. DU -- The site said to use Internet Explorer 5 or better... so I switched to Mozilla 1.7.3 |
|