Ciao a tutti, premetto che sono un neofita della validazione css, il mio preblema è appunto quello che non riesco a convalidare il codice css della mia pagina web. Il risultato è il seguente:

http://jigsaw.w3.org/css-validator/v...usermedium=all

W3C CSS Validator Results for http://gruppomovida.altervista.org/main.css
To work as intended, your CSS style sheet needs a correct document parse tree. This means you should use valid HTML.

Errors
URI : http://gruppomovida.altervista.org/main.css
Line: 2 Context : .body
Property scrollbar-face-color doesn't exist : '#' FFFFFF

Line: 3 Context : .body
Property scrollbar-highlight-color doesn't exist : '#' FFFFFF

Line: 4 Context : .body
Property scrollbar-shadow-color doesn't exist : #ff80b8

Line: 5 Context : .body
Property scrollbar-3dlight-color doesn't exist : #ff80b8

Line: 6 Context : .body
Property scrollbar-arrow-color doesn't exist : #ff80b8

Line: 7 Context : .body
Property scrollbar-track-color doesn't exist : #ffffff

Line: 8 Context : .body
Property scrollbar-darkshadow-color doesn't exist : #ffffff

Line: 12 Context : .testo
Invalid number : font-weight italic is not a font-weight value : italic

Line: 16 Context : a.link
Invalid number : font-weight italic is not a font-weight value : italic

Line: 20 Context : a.link:hover
Invalid number : font-weight italic is not a font-weight value : italic

Warnings
URI : http://gruppomovida.altervista.org/main.css
Line : 12 (Level : 1) You have no background-color with your color : .testo
Line : 16 (Level : 1) You have no background-color with your color : a.link
Line : 20 (Level : 1) You have no background-color with your color : a.link:hover
Line : 23 (Level : 1) You have no background-color with your color : .titolo
Line : 31 (Level : 1) You have no background-color with your color : .testo_pink
Come dovrei correggere qst errori? Grazie.. :master: