Jump to content

j'ai du faire une erreur pour mettre une image de fond


jer01

Recommended Posts

bonjour,

voici mon site : http://www.maudboutique.fr

 

je souhaite mettre une image de fond pour mon site, voici le code css que j'ai mis :

 

body {

background: #E6E6E6 url(../img/fond.jpg) repeat-x fixed top center;

font-size: 11px;

font-family: « Trebuchet MS », Arial, Sans-Serif;

color: #333333;

text-align:center;

}

 

et pour la page :

 

#page {

width: 1200px;

margin: 2px auto 2px auto;

text-align:left;

background-color: #ffffff;

background-repeat: no-repeat;

background-position: top;

}

 

 

 

 

pourquoi cala ne marche pas?

Link to comment
Share on other sites

Bonjour,

 

Voici ce qui ressort de votre class body depuis le global.css :

body {
   background: none repeat scroll 0 0 #695955;
   color: #5D717E;
   font-family: Verdana,Arial,Helvetica,Sans-Serif;
   font-size: 11px;
   text-align: center;
}

et pour la classe #page :

#page {
   background-color: #FFFFFF;
   margin: 0 auto 60px;
   text-align: left;
   width: 980px;
}

 

Est-ce que vous modifiez bien le bon fichier : /themes/prestashop/css/global.css ?

 

Aidez-vous de firebug.

 

Bien cordialement

Link to comment
Share on other sites

Si vous modifiez bien le bon fichier, mais ce n'est peut-être pas le cas comme le suggère DevNet, vérifiez également que vous avez coché "Forcer la compilation" dans la partie de votre back-office "Préférences" puis "Performances". Ca pourrait également venir de là je pense.

 

Une fois vos modifications terminées, recochez bien "Non" pour "Forcer la compilation".

 

Bon courage :)

Link to comment
Share on other sites

voici le site resimmo.fr

voici ou j'ai fait le modif : /themes/prestashop/css/global.css

 

 

body {

background: #E6E6E6 url(../img/fond.jpg) repeat-x fixed top center;

font-size: 11px;

font-family: « Trebuchet MS », Arial, Sans-Serif;

color: #333333;

text-align:center;

}

 

et pour la page :

 

#page {

width: 1200px;

margin: 2px auto 2px auto;

text-align:left;

background-color: #ffffff;

background-repeat: no-repeat;

background-position: top;

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...