un question bête mais qui pose problème...
Code : Tout sélectionner
#corps
{
width:80%;
margin-left:18%;
margin-top: 85px;
margin-bottom: 20px;
padding-left:4px;
padding-right:4px;
padding-top:2px;
border: 2px solid;
border-color:#9558E7;
background-color: #118CFF;
background-image: url(imgtop.gif);
background-repeat: repeat-x;
}
Code : Tout sélectionner
background-image: url("imgbottom.gif"); /* Le fond est l'image "imgbottom.gif" */
background-repeat: no-repeat; /* Le fond ne se répète pas */
background-position: top right; /* Le fond est aligné en haut à droite */
background-attachment: fixed; /* Le fond est fixé */
(imgtop.gif ne s'affiche pas)
comment pourrais-je faire ?
Merci de vos réponses