Bonjour, j'aimemrais savoir ce que je dois faire pour fixer un fond écran de grande taille mais qu'il soit redimensionné automatiquement
j'ai vu qu'il fallait faire width:100%; et heigth:100%;
mais je n'arrive pas le redimensionné voila mon code :
Modifié par Gsgsd (16 Dec 2006 - 18:57)
j'ai vu qu'il fallait faire width:100%; et heigth:100%;
mais je n'arrive pas le redimensionné voila mon code :
html, body {
margin: 0;
margin-top: 0;
padding: 0;
height: 100%;
width: 100%;
text-align: center;
background-image: url("monimage");
background-repeat: no-repeat ;
background-attachment: fixed ;
}
Modifié par Gsgsd (16 Dec 2006 - 18:57)