28172 sujets

CSS et mise en forme, CSS3

bonjour à tous

le programme suivant en CSS ne donne pas le même résultat sous IE7 et sousFirefox et Opéra d'autre part.
l'apparence voulue correspond à IE7.

Je ne sais pas quoi faire


Merci de m'aider

<style type="text/css">

body
{
margin-left: auto;
margin-right: auto;
width: 100%;
background-color: #4F4F4F;
font-family: Arial,Times,sans serif,"Times New Roman";
}

#Corps
{
position: absolute;
z-index: 10;
top: 230px;
left: 5%;
width: 900px;
height: 65%;
overflow: auto;
padding: 5px;
background: #FFFF99;
border: 2px solid black;

}

#p
{
font-style: normal;
font-weight: normal;
text-align: center;

}

h1
{
text-align: center;
}



</style>