background-color

I have checked a css-file, with the folowing things in it:
#maindiv{
 width: 612px;
 margin: 0 auto;
 background-color: #e10D26;
}

and I get a warning: 
a.. Regel : 11 (Level : 1) U heeft geen kleur voor uw achtergrondkleur opgegeven : #maindiv

So that I haven't given a background-color for #maindiv, while I have given one, can u explain?


JS

Received on Thursday, 26 October 2006 22:33:37 UTC