Ciao a tutti.
Sto validando un CSS e mi da i seguenti warnings:
Le linne sono queste:* Line : 1 (Level : 1) You have no color with your background-color : body
* Line : 11 (Level : 1) You have no background-color with your color : div#cont_body
* Line : 11 (Level : 1) Same colors for color and background-color in two contexts body and div#cont_body
* Line : 18 (Level : 1) You have no background-color with your color : div.men_body
* Line : 19 (Level : 1) You have no background-color with your color : div.men_body a:link
* Line : 20 (Level : 1) You have no background-color with your color : div.men_body a:hover
* Line : 26 (Level : 1) You have no background-color with your color : div#footer_body
* Line : 27 (Level : 1) You have no background-color with your color : div#footer_body a:link
* Line : 28 (Level : 1) You have no background-color with your color : div#footer_body a:hover
1: body {font-family: Verdana, Tahoma, Arial, sans-serif; font-size:10px; background:#000}
11: div#cont_body {background:url(img/cont_bg.gif) repeat-y; width:610px; margin:0; color:#000; padding:5px; min-height:480px}
18, 19, 20: div.men_body {background:url(img/men_body.gif) repeat-y; width:130px; margin:0; color:#ccc; padding:3px}
div.men_body a:link {text-decoration:none; color:#ccc}
div.men_body a:hover {text-decoration:underline; color:#fff}
26, 27, 28: div#footer_body a:link {text-decoration:none; color:#ccc; font-weight:bold}
div#footer_body a:hover {color:#fff}
div#footer_foot {background:url(img/footer_foot.gif) no-repeat; width:760px; height:6px; margin:0}
Mi spiegate che seignificano sto errori??