14 utilisateurs inconnus

 Mot :   Pseudo :  
 
Bas de page
Auteur
 Sujet :

Comment avoir un fond de page différent sur chaque page ?

 
n°393267
ag56
Profil : Inconnu(e)
Posté le 12-03-2007 à 12:34:11  profilanswer
 

:hello: Bonjour.
Je suis en train de faire un site et j'ai mis une photo de placage de bois de rose en fond de page.  
 
J'aimerai pour chaque page mettre une photo de placage différente. Mon problème est que je n'arrive pas à les personnaliser, toutes les pages sont indentiques.  
 
Adresse du site :
 
http://www.restauration-de-meubles [...] ccueil.htm
 
Merci par avance pour votre aide.

mood
Publicité
Posté le 12-03-2007 à 12:34:11  profilanswer
 

n°393289
G-UNIT
Pensez à Google...
Profil : Célèbre
Posté le 13-03-2007 à 01:27:23  profilanswer
 

Bonsoir,
 
Dans ta feuille css : campfire.css
 
Effectue ses modifications :
 

Citation :

#Coeur {
 position: absolute;
 top: 200px;
 width:760px;
 margin:0;
 padding:0;
 background-image: url(images/background.JPG);
 background-repeat: no-repeat;
 background-position: left top;
 border-right-width: 2px;
 border-bottom-width: 2px;
 border-left-width: 2px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-right-color: #000000;
 border-bottom-color: #000000;
 border-left-color: #000000;
}


 
Et pour chaque page :
 
Remplace :
 

Citation :

<div id="Coeur"><!-- Début de la partie gauche pour les illustrations -->


 
Par
 

Citation :

<div id="Coeur" style="background-image: url(images/background_que_tu_veux.JPG);"><!-- Début de la partie gauche pour les illustrations -->


 
Normalement, ca doit fonctionner ;)

Message cité 1 fois
Message édité par G-UNIT le 13-03-2007 à 01:28:12

---------------
Webmaster Indépendant -> UNITPROD - Web creations / Blog UNITPROD
n°393303
ag56
Profil : Inconnu(e)
Posté le 13-03-2007 à 23:12:49  profilanswer
 

G-UNIT a écrit :

Bonsoir,
 
Dans ta feuille css : campfire.css
 
Effectue ses modifications :
 

Citation :

#Coeur {
 position: absolute;
 top: 200px;
 width:760px;
 margin:0;
 padding:0;
 background-image: url(images/background.JPG);
 background-repeat: no-repeat;
 background-position: left top;
 border-right-width: 2px;
 border-bottom-width: 2px;
 border-left-width: 2px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-right-color: #000000;
 border-bottom-color: #000000;
 border-left-color: #000000;
}


 
Et pour chaque page :
 
Remplace :
 

Citation :

<div id="Coeur"><!-- Début de la partie gauche pour les illustrations -->


 
Par
 

Citation :

<div id="Coeur" style="background-image: url(images/background_que_tu_veux.JPG);"><!-- Début de la partie gauche pour les illustrations -->


 
Normalement, ca doit fonctionner ;)


 
 
Merci G-UNIT je vais essayer cela et je te tiendrai au courant.
 


Aller à :
Ajouter une réponse
 


Hit-Parade des sites francophones