Je fais une feuille de style pour imprimer un document.php.
Je ne comprends pas pourquoi sous FF l'image de fond s'affiche, alors que sous IE elle ne s'affiche pas.
voici le code :
Code : Tout sélectionner
#centrechk {
background-color:#ffffff;
width:700px;
height: auto;
background-image: url(../img/cadeau_2.jpg);
background-repeat: no-repeat;
background-position: center 640px;
padding-bottom: 5px;
background-attachment: fixed;
}Merci de votre aide !!!