Re: [WSG] text-shadow: no-shadow ?

2010-01-18 Thread tee
Russ, Thank you so much! I had no idea and didn't pay attention to the spec I visited. Just see it, it's "Candidate Recommendation". 2003 was the year I first started learning CSS, fate must had brought me to that the page of that year :-) And "text-shadow: 0 0 0 transparent;" does work. I must

Re: [WSG] text-shadow: no-shadow ?

2010-01-18 Thread Russ Weakley
Tee, First of all, the spec you link to is a little out of date (2003). This page defines the current work on CSS: The most relevant spec on "CSS3 Text" according the the "current work" list is: Th

RE: [WSG] text-shadow: no-shadow ?

2010-01-18 Thread Thierry Koblentz
> According to spec, it has no inheritence but it does in both browsers. > > I changed it to li instead of li a, the screen shot taken is from li. > #element li{ text-shadow: 2px 2px 2px #000;} > > http://picasaweb.google.com/weblist99/UntitledAlbum Hi Tee, Inheritance does not come into play he

Re: [WSG] text-shadow: no-shadow ?

2010-01-18 Thread tee
On Jan 18, 2010, at 5:58 PM, needled wrote: > Might be a stupid question, but are you testing with a browser that supports > the text-shadow feature? > Yes,. Check it from FF latest and Safari 4+. According to spec, it has no inheritence but it does in both browsers. I changed it to li inst

Re: [WSG] text-shadow: no-shadow ?

2010-01-18 Thread nedlud
Might be a stupid question, but are you testing with a browser that supports the text-shadow feature? On Tue, Jan 19, 2010 at 12:49 PM, tee wrote: > I declared text-shadow in an a element > > #element li a {text-shadow: 2px 2px 2px #000;} > > but in hover and descendent I would like to disable i

[WSG] text-shadow: no-shadow ?

2010-01-18 Thread tee
I declared text-shadow in an a element #element li a {text-shadow: 2px 2px 2px #000;} but in hover and descendent I would like to disable it. Couldn't find any info regarding this. #element li li a, #element Text-shadowa:hover {text-shadow: no-shadow }??? {text-shadow: 0 0 0 transparent;} <