Ciao, qui manca un puntoevirgola:
O lo scrivi aggiungendo il puntoevirgola alla fine di background, prima della regola che segue (cioè prima di background-repeat):codice:background: url("http://localhost/bacheca/wp-content/uploads/2014/12/gruppi.png") background-repeat: no-repeat;
Oppure nella forma contratta (senza specificare la proprietà background-repeat):codice:background: url("http://localhost/bacheca/wp-content/uploads/2014/12/gruppi.png"); background-repeat: no-repeat;
codice:background: url("http://localhost/bacheca/wp-content/uploads/2014/12/gruppi.png") no-repeat;


Rispondi quotando