Salut,
Dans mas pages j'ai plusieurs formulaire, j'ai personnalisé les INPUT par un css exterrieur dont voici la source:
INPUT {
background-color : #ffffff;
background-image: url('img/ombre.gif');
font-size : 13px;
font-family : impact;
color : #233e85;
}
ce que je voudrai faire c'est avoir un style different pour mes input type=text et mes input type=radio sans devoir tout refaire!
quelque chose du genre (je c pas si c possible...):
INPUT type=text{
background-color : #ffffff;
}
INPUT type=radio{
background-color : #ffffff;
}
Comment faire svp ?