Bonjour,

Code css : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
label{
  width:200px;
  height:15px;
  color: red;
}
input[type=radio]{
  width:200px;
  height:15px;
}

Le input radio ne suit pas le label avec un décalage :

Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
<label>Let There Be Roc<input type="radio" name="ch"  class="" value=""></label> 
<label>Tnt<input type="radio" name="ch"  class="input-text" value=""></label>

Nom : lab.jpg
Affichages : 102
Taille : 5,2 Ko

@+