Bonjour tout le monde.
J'ai un soucis avec mon background, sur mon site. J'ai repris le code donné précédemment, mais il y a l'image qui est dupliqué lorsqu'on défile vers le bas. Pourriez-vous m'aider s'il vous plait?
Site:
http://enrage-murloc.fr.gd/ (attention, j'ai intégré un son en rapport avec mon site, qui peut faire un peu peur pour ceux qui ne connaissent pas)
Code:
<style type="text/css">
<!--
body{
background-image:url(http://img.webme.com/pic/e/enrage-murloc/bg2.jpg);
background-position:100% 100%;
background-attachment: fixed;
}
-->
</style>
<table cellspacing="1" cellpadding="1" border="0" align="center" style="width: 550px; height: 650px">
<tbody>
<tr>
<td background="http://img.webme.com/pic/e/enrage-murloc/bg2.jpg">
</td>
</tr>
</tbody>
</table>