Background-image qui ne marche pas

Résolu
Utilisateur anonyme -  
 Utilisateur anonyme -
Salut,
j'ai mon background-image dans mon fichier css qui ne marche pas ..
Pourtant si je met background-color:red;, le rouge s'affiche bien..

CSS=> SQUELETTE/templates/css/style.css => html, body{
background-image:url ("../images/background.jpg");
width:100%;
height:100%;
margin:0;
padding:0;
}

IMAGE => SQUELETTE/templates/images/background.jpg

Merci de votre aide

2 réponses

  1. sitiodev
     
    Bonjour,

    Essaye sans les guillemets :

    background-image:url (../images/background.jpg);
    0
    1. Utilisateur anonyme
       
      Ca ne marche pas :/
      0
  2. Utilisateur anonyme
     
    le probleme était qu'il y avait un espace entre url et ( ^^ !!! Problème résolue !
    0