Aller au contenu

Sujets conseillés

Posté

Hello,

Je rencontre un problème de positionnement de div sous Internet Explorer.

Le phénomène est visible ici.

Voici un extrait de ma CSS :

* { margin:0; padding:0;

}



body {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 0.8em;

margin: 0;

padding: 0;

}

#header {

position:relative; width:850px; height:155px; background-image:url(images/bandeau-haut.jpg); background-position:top right; background-repeat:no-repeat; background-color:#FFFFFF;

}

#haut {

background-color:#CCCCFF;

padding-bottom:0;

width:469px; height:41px; background-image:url(images/bandeau-sous-menu.jpg);

}

#conteneur {

position: absolute;

width: 850px;

height:570px;

top:50px;

left: 50%;

margin-left: -425px;

/*background-color:#CCCCFF;*/

border:solid 1px black;

text-align:left; background-image:url(images/fond-barre-laterale-droite.jpg); background-position:100% 200px; background-repeat:no-repeat;

}

#centre {

margin-left: 0px;

margin-right: 150px;

height:400px;

}

#sidebar {

float:right;

width:129px;

height:400px; /*background-color:#D1D1D1;*/

text-transform:uppercase;

font-size:9px;

}

#pied {

z-index:1;

padding-left:160px;

font-size:10px;

text-transform:uppercase;

}



#titre { position:relative; width:136px; float:left;

}

#titre p { text-align:justify; }

div#titre h2 { text-align:right; margin:7px 14px 0px 16px; font-size:14px; text-transform: uppercase; letter-spacing:1px; color:#05193C; text-decoration:underline; }

div#titre a:hover { color:#FF9100; text-decoration:none; }



#partie-haute {

width:721px;

z-index:1;

height:120px;

margin-bottom:80px;

_margin-bottom:20px;

margin-top: 0;

margin-right: 0;

margin-left: 0;

}



#partie-basse { width:721px; z-index:1; height:100px; margin:0;

}



#partie_gauche, #partie_droite {

float: left;

width: 40%;

}

Je vous laisse afficher la source de la page du lien donné précédemment mais si vous préférez que je poste le code HTML n'hésitez pas à me le demander !

Veuillez vous connecter pour commenter

Vous pourrez laisser un commentaire après vous êtes connecté.



Connectez-vous maintenant
×
×
  • Créer...