Ciao a tutti,
sto faticosamente cercando di ripulire il mio sito, e sono insorti vari problemi. Per ora la prima pagina ha la validazione HTML!!!(www.masterpartner.com)
Ho cercato di validare anche il mio piccolissimo file CSS, ma mi dice :
URI : file://localhost/C:\Inetpub\wwwroot\MasterPartner\table.css
Line : 14 (Level : 1) You have no background-color with your color : a
Line : 19 (Level : 1) You have no background-color with your color : a:hover
Line : 26 (Level : 1) You have no background-color with your color : .agrigio
Line : 33 (Level : 1) You have no background-color with your color : .acolor
Poi però mi valida le righe dove il background esiste, ma trasparente. Perchè non posso mettere transaprent come valido colore di background?![]()
Grazie infinite a tutti
Valid CSS information
body {
margin : 0;
background-color : #c7c7c7;
color : black;
}
a {
background-color : transparent;
color : black;
text-decoration : none;
}
a:hover {
color : red;
letter-spacing : 1.5px;
background-color : transparent;
}
.agrigio {
color : gray;
background-color : transparent;
}
.acolor {
color : #191970;
background-color : transparent;
}