coppermine-gallery.com/forum

Support => Français (French) => Language Specific Support => cpg1.4.x Français (French) => Topic started by: cacahuete on January 20, 2007, 04:24:45 PM

Title: Probleme CSS
Post by: cacahuete on January 20, 2007, 04:24:45 PM
Bonjour,

Je souhaite mettre une image de fond:

body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
background-image:url:(themes/classic/images/fond.gif);
        color : Black;
        margin: 0px;


Mais ça m'affiche du blanc au lieu de mon image ? Pourquoi ? merci :)
Title: Re: Probleme CSS
Post by: François Keller on January 20, 2007, 05:15:31 PM
bonjour,

au lieu de
background-image:url:(themes/classic/images/fond.gif);
mettez
Quotebackground-image:url(themes/classic/images/fond.gif);
Title: Re: Probleme CSS
Post by: cacahuete on January 21, 2007, 06:19:57 PM
Merci :)