Salut,
voila j'ai ce code code :
pour l'index.php :
Et pour le css:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 <table class="fond" cellpadding="0" cellspacing="0" > <tr > <td class="fond" id="middle" valign="top" > </td> </tr> </table>
Mais le fond ne s'affiche pas, pourquoi?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8 table.fond{ width: 100%; height: 100%; border: 0; } td.fond{ background: #C2E49D url("img/fond.jpg") no-repeat fixed top; }
Merci de votre aide
Partager