Bonjour,
La page d'accueil de mon site se compose de 4 div: [url="http://actu.os.free.fr/"]http://actu.os.free.fr/[/url]
Ma page s'affiche correctement sous Mozilla (càd le Div#middle au-dessus du Div#footer); mais sous IE c'est l'inverse et je ne sais pas quoi changer pour que ma page s'affiche correctement sous les 2 navigateurs.
Vous pouvez trouver le code source HTML de la page en affichant le code source de la page. Et voici le code CSS:
html, body {
margin: 0;
padding: 0;
}
body {
margin: 0%;
padding: 0%;
}
div#left {
float: left;
width: 15%;
background-color: #000000;
color: #FFFFFF;
padding-left: 1%;
padding-bottom: 5%;
padding-top: 4%;
margin-bottom: 0%;
} h2 {
text-decoration : underline overline;
line-height: 110%;
font-size: 88%;
background-color: #000000:
color: #FFFFFF;
}
div#right {
float: right;
width: 15%;
background-color: #FFFFFF;
color: #000000;
padding-left: 1%;
padding-bottom: 5%;
padding-top: 4%;
margin-bottom: 0%;
} h3 {
text-decoration : underline overline;
line-height:106%;
font-size:86%;
background-color: #FFFFFF;
color: #000000;
}
div#top {
padding-left: 180px;
padding-right: 180px;
padding-top: 39px;
padding-bottom: 90px;
margin-bottom: 0px;
background-color: #A9A9A9;
height: 405px;
}
div#footer {
clear: both;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
position: absolute;
bottom: 0px;
background-color: #54F98D;
text-align: center;
width: 100%;
}
h4 {
background-color: #FFFFFF;
}
Bonne soirée!