Salut !
Bon voila hier jai fais la mise en page(css, xhtml) d´une page ´index´ mais voila moi sous ma résolution tout va super bien(1280x1024) mais sous les autres(800x600/1024x768) c´est une horreur !
et sa fais 1 journéé que je modifie le CSS pour que sa marche mais impossible.
Pouvez-vous m´aidez ?
Merci
CSS:
body
{
margin: auto;
margin-top : 3px;
margin-bottom : 15px;
background-image : url("/images/webdesign/Esprit-pc_wallp.png");
background-attachment : fixed;
background-position : center;
background-repeat : repeat-y;
}
- header
{
width : 975px;
height : 164px;
margin-left : 141px;
background-image : url("/images/webdesign/Esprit-pc_header.png");
background-repeat : no-repeat;
}
- headerdown
{
margin-left : 141px;
width : 975px;
height : 44px;
background-image :
url("/images/webdesign/Esprit-pc_header-down.png")
;
}
- menu
{
margin-left: 165px;
margin-top : 65px;
float : left;
width : 156px;
background-image :
url("/images/webdesign/Esprit-pc_main_wallp.png");
margin-bottom : 3px;
font-family: Verdana, Arial, serif;
font-size: 13px;
}
- contenu
{
margin-top : 1px;
margin-left : 340px;
margin-bottom: 3px;
width : 700px;
}