Justo había investigado un poco más y encontré este código:
Código:
input[type='text']{color:c30;background:url(images/texfield.png) repeat-x;border:1px solid #f60}
¿Pero que creen? ¡IE Aun no soporta dicha función! (Que raro de él
)
Por tanto, lo mejor es hacer algo como esto:
Código:
input.textbox{color:c30;background:url(images/texfield.png) repeat-x;border:1px solid #f60}
Y ponerle a todos los textbox dicha clase. Suerte