Problème avec un fond
Posté : 08 mai 2007, 16:37
Salut,
voila j'ai ce code code :
pour l'index.php :Et pour le css:
Mais le fond ne s'affiche pas, pourquoi?
Merci de votre aide
voila j'ai ce code code :
pour l'index.php :
Code : Tout sélectionner
<table class="fond" cellpadding="0" cellspacing="0" >
<tr >
<td class="fond" id="middle" valign="top" >
</td>
</tr>
</table>Code : Tout sélectionner
table.fond{
width: 100%;
height: 100%;
border: 0;
}
td.fond{
background: #C2E49D url("img/fond.jpg") no-repeat fixed top;
}Merci de votre aide