I am getting a Parse Error from the W3C Validator for CSS3 for the
following:

 

#header h1  {

      font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;

      font-size: 5.5em;

      font-weight: normal;

      text-transform:lowercase;

      color: #FF70B8;

      line-height: 90px;

      text-shadow: #333333 -0.02em 0.02em 0.05em;

      filter: Glow(color=#999999, strength=2);

}

 

The Parse Error is on the line:

      filter: Glow(color=#999999, strength=2);

 

The page is at:

http://studiokaufman.com/site/anoulipolooza/index.html

 

and the CSS file at:

http://studiokaufman.com/site/anoulipolooza/css/AO_screen.css

 

I have Googled and Googled for some clue for what I have done to offend Mr.
Validator, but thus far every word on the subject I've found appears to
indicate that my code syntax is fine.

 

Can anyone point me the proper CSS3 documentation re filter:  ?

 

 

Thanks so much,

 

 

Dan

 

d...@studiokaufman.com

 

www.StudioKaufman.com <http://www.studiokaufman.com/> 

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to