bonjour
voila j'ai cree un site et mon souci c'est que quand je reduit la fenetre de mon navigateur et bien tout mes élément bouge voici le site http://cmgraphique.fr
je vous mes une partie de code css
merci d'avance
merci d'avance
voila j'ai cree un site et mon souci c'est que quand je reduit la fenetre de mon navigateur et bien tout mes élément bouge voici le site http://cmgraphique.fr
je vous mes une partie de code css
merci d'avance
body{
background-image:url("images/fond.jpg");
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#entete{
background-image:url("images/cmlogo.gif");
width:749px;
margin: auto;
margin-top: 20px;
height:100px;
}
#interieurnoir{
background-image:url("images/interieur_08.gif");
height:117px;
width:749px;
margin:auto;
}
#interieur{
background-image:url("images/interieur_09.gif");
height:425px;
width:749px;
margin:auto;
}
#copyright {
text-align:center;
font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
font-size:small;
color: yellow;
merci d'avance