J'ai pourtant bien mis, margin:0 et padding:0 a mon H2 et à mon P ca marche NICKEL sur Firefox, mais pas sur IE, qui me rajoute une marge en dessous de mon h2... la marge de gauche, vient probablement du fait du border de 1px qui encadre mon div...
Que dois je faire pour que IE soit comme Firefox ? svp MERCI
voici ma css :
Code :
div#sondage{
width: 152px;
margin: 0;
padding: 0;
border: 1px solid black;
}
#sondage h2,
#resultats-sondage h2 {
background-color: #6699CC;
height: 20px;
color: #ffffff;
padding: 0 0 0 4px;
font-size: 16px;
font-weight: bold;
margin: 0;
}
#sondage p{
margin: 0;
margin: bottom;
padding:0;}
#sondage p,
#question{
display: block;
margin: 0;
padding: 6px 4px 8px 6px;
background-color: #BFDBF5;
font-family: arial;
font-size : 12px;
color: #003366;
font-weight: bold;
}
#sondage label{
margin: 0;
padding: 2px 1px 2px 2px;
font-family: arial;
font-size : 9px;
color: #003366;
font-weight: bold;
}
/* -------------------
Les formulaires
------------------- */
#form-sondage ul {
margin: 0;
padding: 0;
}
#votez{
width: 100%;
text-align: center;
margin: 20px 1px 10px 1px;
}
#form-sondage a{
display: block;
width: 152px;
margin-left: auto;
margin-right: auto;
}
Et pour vous faciliter la tache, voici le code xhtml correspondant
Marsh Posté le 27-05-2004 à 15:54:19
j'ai un probleme de marge avec IE sous mon h2 et à gauche
http://duarte.design.free.fr/test/sondage/
J'ai pourtant bien mis, margin:0 et padding:0 a mon H2 et à mon P
ca marche NICKEL sur Firefox, mais pas sur IE, qui me rajoute une marge en dessous de mon h2...
la marge de gauche, vient probablement du fait du border de 1px qui encadre mon div...
Que dois je faire pour que IE soit comme Firefox ? svp
MERCI
voici ma css :
Et pour vous faciliter la tache, voici le code xhtml correspondant
Message édité par foxcssfox le 28-05-2004 à 10:17:35
---------------
"Nous sommes tous dans le caniveau, mais certains d'entre nous regardent les étoiles" Oscar Wild