Hi Everyone.
I'm having a problem getting a stylesheet I'm writing for a new site to validate in the W3C CSS validator. The two lines it error on are background color definitions, one in a element (body) and the other a class (mainArea). They are both constructed as follows:
background-color:#dbdbdb;
and the error is give for both is:
'You have no color with your background-color : BODY'
AND
'You have no color with your background-color : .mainArea'
Any ideas what is wrong????
Best Regards
Andrew.
I'm having a problem getting a stylesheet I'm writing for a new site to validate in the W3C CSS validator. The two lines it error on are background color definitions, one in a element (body) and the other a class (mainArea). They are both constructed as follows:
background-color:#dbdbdb;
and the error is give for both is:
'You have no color with your background-color : BODY'
AND
'You have no color with your background-color : .mainArea'
Any ideas what is wrong????
Best Regards
Andrew.