Sur la page suivante, il faut regarder le formulaire en bas :
http://www.ece.fr/~lavoillo/tmp/
le CSS correspondant est:
Je ne comprend pas d'où vins le décalage vers la droite de certains champs sous Firefox...
Modifié par streetpc (16 Feb 2006 - 23:26)
http://www.ece.fr/~lavoillo/tmp/
le CSS correspondant est:
#main fieldset {
margin: 0.5em;
padding: 1em;
border: 1px dotted black;
text-align: left;
}
#main fieldset p {
width: 100%;
margin: 1em;
}
#main legend {
margin: 0.3em 0;
padding: 0.2em 0.5em;
height: 1.2em;
line-height: 1.2em;
font-size: 1em;
background-color: #ccf;
border: 0;
}
#main input, #main select, #main textarea {
margin: 1em;
margin-left: 22%;
display: block;
}
#main label {
border: 0;
margin: 1em;
display: block;
float: left;
clear: both;
width: 20%;
}
Je ne comprend pas d'où vins le décalage vers la droite de certains champs sous Firefox...
Modifié par streetpc (16 Feb 2006 - 23:26)