Cookyto Posted April 12, 2012 Share Posted April 12, 2012 Bonjour à Tous, Je me permets de poser une question surement simple pour vous mais compliquée pour un novice ! j'ai cherché sur le forum et je n'ai pas encore trouvé ?! je cherche à mettre une image sur les cotés d'une page d'accueil, un peu comme des sidebars comme sur pixmania et de multiples sites. A l'installation, j'ai un background blanc...et ne sais pas comment en changer Merci à tous pour vos réponses et votre compréhension !!!! Bye ! Link to comment Share on other sites More sharing options...
Divine Posted April 12, 2012 Share Posted April 12, 2012 Bonjour, Tu peux changer le background dans le fichier global.css de ton thème. Aide-toi de Firebug (pour Firefox) pour repérer l'emplacement exact des éléments que tu souhaites modifier. 1 Link to comment Share on other sites More sharing options...
Cookyto Posted April 12, 2012 Author Share Posted April 12, 2012 Merci presta fanatic ! Bon, pour l'utilisation de firebug, autant dire que c'est du chinois, mais dans le global.css, je suppose que cela doit etre dans : /*class table.std */.std td,.std th { padding: 0.4em 0.5em } .std th { white-space: nowrap } .std tr.item td,.std .item th { background-color: white } .std tr.alternate_item td, .std tr.alternate_item th { background-color: #f1f2f4 } .std tbody td,.std tfoot td { border-top: 1px solid #bdc2c9 } .std thead th { background-color: transparent; background-image: url('../img/table_header.gif'); background-repeat: no-repeat; height: 24px; color: #374853; font-weight: bold; text-align: left; white-space: nowrap Link to comment Share on other sites More sharing options...
Divine Posted April 12, 2012 Share Posted April 12, 2012 C'est plutôt dans la balise body : body { background-color: white; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center } Si tu veux remplacer ton background par une image tu met par exemple : body { background:url(../img/ton_image.jpg) center top; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center } Et tu place ton image dans le dossier "img" de ton thème Link to comment Share on other sites More sharing options...
Cookyto Posted April 25, 2012 Author Share Posted April 25, 2012 Fanatic, Si je fais suivant ta procédure, l'image se met bien en fond, mais par contre, tout se déplace sur ma boutique ! les texte, les logos... ?! Merci ! Link to comment Share on other sites More sharing options...
Divine Posted April 25, 2012 Share Posted April 25, 2012 Euh par contre moi c'est Divine pas Fanatic (Fanatic c'est le statut sur le forum) Bon sinon c'est peut-être parce que j'ai oublié les guillemets autour de l'url de l'image : body { background:url('../img/ton_image.jpg') center top; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center } 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