Bonjour
J'ai mis en ligne deux sites avec une largeur fixe (790px) et un margin: auto pour le body afin de centrer le tout. Sous firefox et ie7 aucun problème d'affichage, par contre, sous ie6, j'ai mes deux sites qui sont alignés à gauche et en plus, sur l'un d'entre eux certains conteneurs prennent toutes la largeur de la page sans tenir compte du width de ma balise body. Est-ce normal.
Voici le code CSS du site qui me pose le plus de problèmes:
Si quelqu'un auriat une solution car avec les autres navigateurs ça passe nickel.
Pour info les sites en question sont Mode et Evasion et Carnets de route.
Modifié par veust80 (09 Jun 2007 - 22:19)
J'ai mis en ligne deux sites avec une largeur fixe (790px) et un margin: auto pour le body afin de centrer le tout. Sous firefox et ie7 aucun problème d'affichage, par contre, sous ie6, j'ai mes deux sites qui sont alignés à gauche et en plus, sur l'un d'entre eux certains conteneurs prennent toutes la largeur de la page sans tenir compte du width de ma balise body. Est-ce normal.
Voici le code CSS du site qui me pose le plus de problèmes:
@charset "iso-8859-1";
BODY {width: 790px; height: 100%; margin: auto; margin-bottom: 20px;
BACKGROUND-IMAGE: url(images/bg5.gif); background-attachment: fixed;
font-family: tahoma, verdana, arial}
html {height: 100%}
#entete {width: 790px; height: 169px; margin: auto; margin-bottom: 5px;
background-image: url(images/BandeTop.jpg)}
h2 a {font-family: georgia; text-decoration: none; color: #000000; border: 2px outset #eedbf3 }
#menu1 {float: left; text-align: center; width: 150px; padding-top: 10px; border: 3px outset #ab0080; background: url(images/menuvertical.gif) repeat-y;
font-size: 0.9em; padding-bottom: 10px}
#menu1 a {font-family: georgia; font-weight: bold; text-decoration: none; color: #ac00ba}
#titre {text-align: center; font-size:12px; margin-left: 160px; border: 3px outset #ab0080; height: 150px;
background-image: url(images/Fondtitremodeevasion.jpg) }
h1 {font-size: 24px}
.P1 {background-color: #efeaa4}
#rubriques {margin-top: 5px; margin-left: 160px; margin-bottom: 20px;
font-size: 0.7em; border: 3px outset #ab0080; background-color: #eedbf3}
.r1, .r2, .r3, .r4, .r5 {text-align: center; border: 1px solid #ab0080; margin: 0px; margin-top: 10px; margin-right: 10px; margin-left: 10px;
padding: 0px; padding-left: 4px; padding-right: 4px}
#bonsplans {margin-top: 5px; margin-left: 160px; margin-bottom: 20px;
border: 3px outset #ab0080; background-color: #eedbc4}
.titresbonsplans {text-align: center; font-weight: bold}
#pieddepage {width: 790px; height: 30px; text-align: center}
h4 {font-size: 0.8em}
#actuislord {font-size: 0.8em; text-align: left; width: 140px}
#menuhoriz {width: 790px; height: 30px; font-size: 0.8em; text-align: center; border: 3px outset #ab0080; margin-bottom: 5px}
tr a {color: #000000; font-weight: bold; text-decoration: none; border: 0px}
.marque {text-align: center; font-weight: bold; font-size: 1.9em}
.presentation {text-align: left; font-size: 14px}
#createur {margin-top: 5px; margin-left: 160px; height: 900px; margin-bottom: 20px;padding: 13px; font-size: 0.7em; border: 3px outset #ab0080; background-color: #eedbf3; text-align: center}
.article {width: 185px; height: 353px;font-weight: bold; border: 2px solid #ab0080; padding: 5px; margin-bottom: 10px text-align: center; float: left}
.titrecrea {font-size: 12px;width: 175px; border-bottom: 2px solid #ab0080; padding-bottom: 5px}
.description {font-size: 10px; width: 175px; border-bottom: 2px solid #ab0080; text-align: left; padding-bottom: 5px}
.prix {font-size: 10px; width: 175px; border-bottom: 2px solid #ab0080; padding-top: 5px; padding-bottom: 5px; margin-bottom: 5px}
#createur img {width: 175px; height: 233px}
.achat a {text-decoration: none; color: #ac00ba; font-size: 12px}
Si quelqu'un auriat une solution car avec les autres navigateurs ça passe nickel.
Pour info les sites en question sont Mode et Evasion et Carnets de route.
Modifié par veust80 (09 Jun 2007 - 22:19)