On May 18, 2006, at 10:31 PM, sonic sonic wrote:
>  -example: trying to get this test to validate:
>   html body {background: none;}
>   h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font- 
> size: 10px;
>   color: #000000; font-weight: normal; background-color: none}
>   h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font- 
> size: 10px;
>   color: #000000; font-weight: normal; background-color: transparent}
>
>  -validating at: W3C CSS Validator Results
> (http://jigsaw.w3.org/css-validator/) gives me:
>   Invalid number : background-color none is not a color value : none
>  * Line : 1 (Level : 1) You have no background-color with your  
> color : h-1
>  * Line : 2 (Level : 1) You have no background-color with your  
> color : h-2

background-color: none;
isn't valid

change it to
background-color: transparent;

-C
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to