ho letto diverse discussioni ma nessuna mi risolve il problema:
visualizzando lo sfondo di una tabella con ie non ho problemi.
con mozilla non si vede.
perchè?
<table width="800" height="150" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="banner"></td>
</tr>
</table>
.banner {
background-attachment: fixed;
background-image: url(images/banner.jpg);
background-repeat: no-repeat;
background-position: top;
vertical-align: top;
top: auto;
margin: 0px;
padding: 0px;
}

Rispondi quotando