Jump to content

background image


lervous

Recommended Posts

Voilà sont fichier global.CSS
Fichier CSS

L'image de font est découper en plusieurs parties


a) http://beaute-chocolat.eu/img/logo.jpg

b)fond_page.gif

/* global layout */
#page {
   width: 1024px;
   margin: 0 auto;
   background-image:url('../../../img/fond_page.gif');
   background-repeat:no-repeat;
   background-position:top;
   overflow:hidden;
   /*background-color:#FFFFFF;*/
   /*text-align:left;*/
}



c) footer.jpg

/* Footer */
#footer {
   /*border-top: 1px solid #d0d3d8;*/
   background-image:url('../../../img/footer.jpg');
   background-repeat:no-repeat;
   background-position:top;
   margin-left:-1px;
   /*background-color:red;*/
   padding: 0.5em 0;
   clear: both;
   height:133px;
}



Voilà

Link to comment
Share on other sites

regarder les liens contact,plan du site et favori.

je viens de faire un tour plus complet sur ce site, et mes clics sur favoris sont sans résultat (je suis sur FF3 sous Ubuntu - oui oui partisan du libre :-P ). Est-ce normal ?
Link to comment
Share on other sites

dans le fichier global.css , mais ca serai bien si tu montrerai dabord l image que tu veus mettre sur ton site car il faut d'ecouper l image en plusieur patie.

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