dwfwfan
07-18-2005, 02:52 AM
hi friends.
it is possible to define different css for different input types.
i want to do this.
i have a html page.
this page contains different form elements and many of them are <input ...>.
as you know;
for text boxes <input type="text">
for check boxes <input type="checkbox">
for radio <input type="radio">
for password boxes <input type="password">
for submit buttons <input type="submit"> etc.
i want to define a css top of the document and this css only effect type="text", and i define another css it only effect type="submit".
i wish i could express my problem.
thanks for your interests.
it is possible to define different css for different input types.
i want to do this.
i have a html page.
this page contains different form elements and many of them are <input ...>.
as you know;
for text boxes <input type="text">
for check boxes <input type="checkbox">
for radio <input type="radio">
for password boxes <input type="password">
for submit buttons <input type="submit"> etc.
i want to define a css top of the document and this css only effect type="text", and i define another css it only effect type="submit".
i wish i could express my problem.
thanks for your interests.