Bonjour,
j'ai un souci d'affichage dans IE7 pour un site qui s'affiche bien sous Firefox ( http://www.construction86.com ).
Voici une partie du code (je peux envoyer le code complet) :
Merci d'avance pour votre aide,
cordialement.
Modifié par jcrivet (18 Jun 2009 - 22:46)
j'ai un souci d'affichage dans IE7 pour un site qui s'affiche bien sous Firefox ( http://www.construction86.com ).
Voici une partie du code (je peux envoyer le code complet) :
body
{
/*background-color:#1885b8;
background-image: url(fond_nuage.jpg);
background-repeat:repeat-x;*/
background:#1885b8 url(fond_nuage.jpg) repeat-x;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
width:100%;
height:100%;
}
#container
{
width:1024px;
background-repeat:no;
position:absolute;
left:50%;
margin-left:-512px;
}
#pageHeader
{
height:160px;
background: url(header.png);
width:100%;
}
Merci d'avance pour votre aide,
cordialement.
Modifié par jcrivet (18 Jun 2009 - 22:46)