Jump to content

Comment mettre une image de fond,(habillage sur les cote de la page)


Recommended Posts

c'est bon j'ai trouvé.

ligne 16 de ton global.css dans

body {
background-color:white;
color:#5D717E;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:11px;
text-align:center;
}



remplace par :

body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(http://i4.cdiscount.com/imagesok/commun/060110/fond_pa.jpg) no-repeat fixed center center;
color:#5D717E;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:11px;
text-align:center;
}



evidement tu change cette image : http://i4.cdiscount.com/imagesok/commun/060110/fond_pa.jpg

Link to comment
Share on other sites

  • 1 year later...

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