jer01 Posted December 10, 2011 Share Posted December 10, 2011 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 More sharing options...
DevNet Posted December 10, 2011 Share Posted December 10, 2011 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 More sharing options...
CreaZion Web Posted December 10, 2011 Share Posted December 10, 2011 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 More sharing options...
jer01 Posted December 10, 2011 Author Share Posted December 10, 2011 au pardon voici la bonne adresse http://www.resimmo.fr Link to comment Share on other sites More sharing options...
DevNet Posted December 10, 2011 Share Posted December 10, 2011 A quel endroit est votre image fond.jpg ? Link to comment Share on other sites More sharing options...
jer01 Posted December 10, 2011 Author Share Posted December 10, 2011 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 More sharing options...
DevNet Posted December 10, 2011 Share Posted December 10, 2011 A quel endroit est votre image fond.jpg ? Link to comment Share on other sites More sharing options...
jer01 Posted December 11, 2011 Author Share Posted December 11, 2011 là : /themes/prestashop/img Link to comment Share on other sites More sharing options...
DevNet Posted December 11, 2011 Share Posted December 11, 2011 Etes-vous sur ? Aucun accès sur l'image http://resimmo.fr/themes/prestashop/img/fond.jpg Si cette image existe, avez-vous les bonnes permissions sur cette image ? au moins chmod 755, ou 644 Bien cordialement 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