jeanmarc34 Posted July 29, 2010 Share Posted July 29, 2010 Je passe régulièrement des heures pour des problèmes d'affichage avec IE, et maintenant c'est l'inverse. Je veux mettre une image en fond du body, j'ai donc juste modifié le CSS du thème de base en ajoutant background-image et background no-repeat. L'affichage et bon sous IE mais rien avec Firefox.Voici le code modifiébody { background-color: white; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center; background-image: url(file:///F|/wamp/www/prestashop/themes/prestashop/img/bodyimage.jpg); background-repeat: no-repeat;}/* Useful */.align_center { text-align: center }.align_right { text-align: right }.middle { vertical-align: middle }.align_justify { text-align: justify }.uppercase { text-transform: uppercase }.hidden, .collapsed, .block_hidden_only_for_screen { display: none }.wrap { white-space: normal }.bold { font-weight: bold }.strike { text-decoration: line-through }.italic { font-style: italic }.top { vertical-align: top }.span_link { cursor: pointer }.span_link:hover { text-decoration: underline }.clear { clear: both }br.clear { clear: both; line-height: 0; font-size: 0; height: 0La solution doit me crever les yeux car le thème a été abordé 100 fois sur ce forum mais je ne trouve pas!Merci pour toutes suggestions Link to comment Share on other sites More sharing options...
Atch Posted July 29, 2010 Share Posted July 29, 2010 Bonsoir,essayez, plutot : background-image: url(../img/bodyimage.jpg); V++Atch Link to comment Share on other sites More sharing options...
jeanmarc34 Posted July 29, 2010 Author Share Posted July 29, 2010 Un grand merci AtchJe crois que je vais devoir me pencher sérieusement sur la structure de mon site!!Encore merci 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