Salve,

ho creato un CSS per dare un background con un'immagine ad una cella ma non funziona, ho fatto così:

codice:
.header { 
background-image: url("/images/ita/area_testata.gif");
}
e nel tag html ho messo:

codice:
<td height="65" colspan="5" class="header">
nella struttura di dreamweaver viene mostrato ma quando lo vedo in qualsiasi browser vedo il vuoto?!