Salut à tous !
J'essaie d'insérer un fond fixe dans un tableau mais, même avec l'attribut "fixed", celle ci ne reste pas figée.
Voici mon code :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
<table width="100%" height="557" border="0" >
  <tr>
    <td width="15%" height="553" valign="top"></td>
    <td width="70%" align="center" valign="top"  style="background-image: url('images/fond.gif'); background-attachment:fixed; background-repeat:no-repeat;">
    </td>
    <td width="15%" valign="top"></td>
  </tr>
</table>
<table width="100%" height="55" border="0">
  <tr>
    <td></td>
  </tr>
</table>
Où est mon erreur svp ?
Merci d'avance