Je comprend pas pourquoi mais IE me joue des tours avec une de mes position:relative. J'ai un div contenu disposé de la sorte:
Code : Tout sélectionner
.contenu {
position: relative;
top: 10px;
margin-left: 18%;
margin-right: 20%;
width: 62%;
height: auto;
background-color: #d3d3d3;
border: 1px solid #000000;
/* pour les applications Gecko */
-moz-border-radius: 15px;
-moz-box-sizing: border-box;
}
Code : Tout sélectionner
h1, h2, h3, h5, h6 {
font-family: "Times New Roman", Times, serif;
font-style: oblique;
font-weight: bold;
margin: 0 0 10px 0;
text-align: center;
color: #ffffff;
background-color: #000000;
-moz-border-radius: 15px;
-moz-box-sizing: border-box;
}
h2 {
border-bottom: 1px solid #ffffff;
}
h4 {
text-align: left;
background-color: transparent;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
padding-left: 5px;
}

Voir: http://users.rockweb.org/Isolder/index.php
Testez avec les deux styles et comparez avec Firefox et IE pour comprendre ce que je veux dire.
Pourquoi cela se produit? J'pige pas!
Merci
