Hi all,
I validated my css at the css validator, if you go to the URL below, you'll see the results
it says it's valid but gave warnings. Mainly that a particular selector doesn't have a background-color specified. so I added it to the body selector, in the hope it would "cascade" down through the hierarchy (if ya know what I mean) but now it says no color specified, even though it is. you can even see it in the code underneath, why is this?
also, why is it telling me no background-color specified for all of those things? Are you required to enter one or ... ?
I validated my css at the css validator, if you go to the URL below, you'll see the results
it says it's valid but gave warnings. Mainly that a particular selector doesn't have a background-color specified. so I added it to the body selector, in the hope it would "cascade" down through the hierarchy (if ya know what I mean) but now it says no color specified, even though it is. you can even see it in the code underneath, why is this?
also, why is it telling me no background-color specified for all of those things? Are you required to enter one or ... ?