ho cercato di validare un file CSS in locale ecco la risposta
W3C CSS Validator Results for file://localhost/G:\Progetti\Dorianoeditore\immagini\foglio di stile.css
--------------------------------------------------------------------------------
No error or warning found
To work as intended, your CSS style sheet needs a correct document parse tree. This means you should use valid HTML.
Valid CSS information
.sx {
background-image : url(sx.gif);
background-repeat : repeat-y;
}
.dx {
background-image : url(dx.gif);
background-repeat : repeat-y;
}
.menusxsfondo {
background-image : url(menusxsfondo.gif);
background-repeat : repeat-y;
}
.titolone {
font-family : Verdana, Arial, Helvetica, sans-serif, "bodoni MT";
font-size : 18px;
font-weight : bolder;
color : #9a522a;
background-color : #990000;
}
.testobianco {
font-family : Verdana, Arial, Helvetica, sans-serif, "bodoni MT";
font-size : 12px;
font-weight : bold;
color : #ffffff;
background-color : #990000;
}
è valido?
posso inserire il logo w3c css
p.s. ho validato il file xhtml sempre in locale tutt'ok