Perche non si vede la giusta immagine di sfondo
Salve a tutti io nel mio sito ciberioegiro ho la barra di navigazione(quela in alto gialla e rossa).Sotto le scritte home,la vostra festa e contattaci non ci dovrebbe essere quell'immagine ovale ma le immagini specificate nel css
Codice PHP:
.contattaci a {
background-image:url(/immagini/contattaci.gif);
background-repeat: no-repeat;
background-position: center;
}
.lavostrafesta a {
background-image:url(/immagini/la_vostra_festa.gif);
background-repeat: no-repeat;
background-position: center;
}
.home a{
background-image:url(/immagini/home.gif);
background-repeat: no-repeat;
background-position: center;
}
Dov'e il problema secondo voi?? Grazie mille anticipate