Probleme CSS Background Body
bonsoir,
Voila petit probleme tout bete, j'utilise une page html et une feuille de style CSS, et e voudrais afficher dans la class body une image en repeat-x en bottom, donc collé au pied de page mais impossible, je pense que cela fonctionne sous IE mais pas sou firefox.
CODE :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| body {
background-image: url(background.jpg);
background-position:bottom;
background-repeat:repeat-x;
background-color:#0F6;
}
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Document sans nom</title>
<link href="moncss.css" rel="stylesheet" type="text/css" />
</head>
<body>
</body> |
LIEN :http://crystal-quest.pilouu.eu/SITE_YANN_TEST/
Merci d'avance ...