Bonjour,
Voici ma situation:
Je développe un site web en html et php. Mon site web est centré dans ma page et j'ai un background.gif en arriere plan que j'ai codé en css de cette façon:
body{
margin:0px;
padding:0px;
background-color: #E1F2FB;
font-size: small;
background-image: url(../images/background.gif);
background-position: top center;
background-repeat: repeat-y;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
alors en local mon background dégraddé fonctionne très bien, mais lorsque je le met en ligne(sur un serveur web Fedora core 6), et bien la je ne le vois plus, je vois simplement mon background-color.
quelqu'un aurait une piste ?