gt57654 Posted July 27, 2011 Share Posted July 27, 2011 bonjour a tous , voila mon petit souci : je cherche a mettre une image de fond sur mon site je suis tombé sur un topic pour me guidé mais en vain je suis sur prestashop 1.4.3 avec le theme d'origine merci pour les reponses a venir Grég Link to comment Share on other sites More sharing options...
a-prods Posted July 27, 2011 Share Posted July 27, 2011 Dans ton global.css tu met sur la balise body le background que tu veux exemple: 1. tu upload ton image dans le repertoire img de ton theme (www.tondomaine.com/themes/img/) 2. tu edit ton global.css sur la balise body tu rajoute background: url(../img/ton_image.jpg) top center; apres c'est a toi de voir si tu la decupli sur l'axe x ou y ou pas. Link to comment Share on other sites More sharing options...
gt57654 Posted July 27, 2011 Author Share Posted July 27, 2011 bonjour a-prods et merci pour ta reponse donc au debut j'ai cela : } body { background-color: white; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center } et a la fin je doit avoir cela : } body { background-color: background: url(../img/le fond.jpg) top center; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center } pourrez tu me dire si j'ai faut ? merci bien Grég Link to comment Share on other sites More sharing options...
coeos.pro Posted July 28, 2011 Share Posted July 28, 2011 non c'est: body { background: white url(../img/le fond.jpg) top center no-repeat; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center } si l'image ne se répète pas en x et/ou y il vaut mieux indiquer une couleur de fond (ici white) top center c'est la position de l'image de fond par rapport au bloc qui le contient (ici en haut et centré) si vous ne répété pas l'image : no-repeat, sinon repeat-x ou repeat-y ou encore repeat (=repeat-x et repeat-y) Link to comment Share on other sites More sharing options...
Maury Girard Posted July 28, 2011 Share Posted July 28, 2011 Bonjour GT57654 Le voici un thread qui indique proprement comment faire Ici et le sujet complet Là. Link to comment Share on other sites More sharing options...
gt57654 Posted July 28, 2011 Author Share Posted July 28, 2011 bonsoir coeos.pro merci pour ta reponse , j'ai fait et a ma grande surprise cela ne marché pas mais comme je suis un peu "bete" jai fait un copier collé et je n'avez pas fait attention que quand tu a réecrie les ligne il y avez un espace entre le et fond ma chere et tendre me la fait remarqué et impecable cela a marché nikel j'ai juste enlevé le "no-repeat" et white un grand merci a toi et aux autre personne qui m'ont aidé cdlm Grég Link to comment Share on other sites More sharing options...
a-prods Posted July 28, 2011 Share Posted July 28, 2011 penses a mettre [RESOLU] dans le titre de ton post Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now