Home > Article > Web Front-end > Control the CSS of input but do not affect the style of CheckBox and Radio_Form special effects
However, the checkbox, radio, etc. will also change accordingly, and often the display of these two controls is very unsatisfactory. I thought:
If there was a way to change the style of other input controls without affecting the checkbox and radio. I searched
on the Internet for a long time but could not find the appropriate code: it is nothing more than adding a style, and then adding a class="xxx" to each checkbox control
But this is too troublesome. After testing and research, I found: expression((this.type!="checkbox")?(This can be achieved. You can take the following
code to IE to test it. This method is feasible in IE8, but I have not tested whether it is feasible in FireFox.