Bonjour
Je souhaiterais aligner verticalement les boutons radios dans mon formulaire afin qu'ils soient bien les uns en dessous des autres et que cela fasse propre;
Cependant je ne sais pas quoi mettre dans ma feuille CSS
et voici mon code CSS
Je souhaiterais aligner verticalement les boutons radios dans mon formulaire afin qu'ils soient bien les uns en dessous des autres et que cela fasse propre;
Cependant je ne sais pas quoi mettre dans ma feuille CSS
<label for"alarme_intrusion"> Alarme intrusion
<input type="radio"class="choix" name="choix" value="" /> </label> <br />
<label for="chauffage"> Chauffage
<input type="radio" class="choix"name="choix" value="" /> </label> <br />
<label for"electricite"> Electricité
<input type="radio" class="choix"name="choix" value="" /> </label> <br />
<label for"alarme_incendie"> Alarme incendie
<input type="radio" class="choix" name="choix" value=""/> </label> <br />
<label for"informatique"> Informatique
<input type="radio" class="choix"name="choix" value="" /> </label> <br />
<label for="eau"> Eau
<input type="radio" class="choix"name="choix" value="" /> </label> <br />
<label for"peinture"> Peinture
<input type="radio" class="choix"name="choix" value="" /> </label> <br />
<label for"serrurier"> Serrurier
<input type="radio" class="choix"name="choix" value="" /> </label> <br />
<label for"electroménager"> Electroménager
<input type="radio" class="choix"name="choix" value="" /> </label> <br />
<button id="submit" class="button">Modifier</button>
<button id="submit" class="button"> Annuler</button>
</form>
</fieldset>
<div class="clear"> </div>
</div>
</div
et voici mon code CSS
input, textarea, button {
/*background:url(./images/bg/15.png);*/
clear:both;
font-style:italic;
margin-bottom:1px;
padding:10px
}
.nom{
width:97.5%;
}
.adress{
width: 97.5%;
}
.zip_code{
width: 97.5%;
}
.city{
width: 97.5%;
}
.mail{
width: 97.5%;
}
.phone{
width:97.5%;
}
.fax{
width:97.5%;
}
input.choix{
}