Probleme CSS Probleme CSS
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Probleme CSS

Started by cacahuete, January 20, 2007, 04:24:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cacahuete

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 :)

François Keller

bonjour,

au lieu de
background-image:url:(themes/classic/images/fond.gif);
mettez
Quotebackground-image:url(themes/classic/images/fond.gif);
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

cacahuete