Bonjour,
J'ai un petit soucis...
J’essaie de mettre une image de fond sur mon site mais elle n'apparait pas. Est-ce que quelqu'un saurait me dire pourquoi?
Merci d'avance...
Voici mon code :
html, body, form, fieldset {
margin: 0;
padding: 0;
}
body {
background: #FFFFFF
color: #000000;
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
line-height: 1.5;
}
body#bd {
background:url(../images/image-de-fond.jpg) center top no-repeat fixed;
color: #000;
}
/*body#bd {
color: #666666;
background: #F0F0F0;
position: left;
padding: 0;
margin: 0;
} ancien code du body#bd */
J'ai un petit soucis...
J’essaie de mettre une image de fond sur mon site mais elle n'apparait pas. Est-ce que quelqu'un saurait me dire pourquoi?
Merci d'avance...
Voici mon code :
html, body, form, fieldset {
margin: 0;
padding: 0;
}
body {
background: #FFFFFF
color: #000000;
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
line-height: 1.5;
}
body#bd {
background:url(../images/image-de-fond.jpg) center top no-repeat fixed;
color: #000;
}
/*body#bd {
color: #666666;
background: #F0F0F0;
position: left;
padding: 0;
margin: 0;
} ancien code du body#bd */
Commentaire