Jump to content

Mettre une image sur les cotés d'une page d'accueil


Recommended Posts

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 !!!! :ph34r:

 

Bye !

:P

Link to comment
Share on other sites

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

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

  • 2 weeks later...

Euh par contre moi c'est Divine pas Fanatic (Fanatic c'est le statut sur le forum) :P

 

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

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...