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 :
- <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