Hi,
I use the following code to set styles for form elements:
INPUT{
font-family:verdana;
font-size: 11px;
border: 1px solid #999999;
}
Unfortunately,
this causes also <INPUT type="checkbox"> and <INPUT type="radio"> to have thin borders, and client don’t want them.
Is there an possibility to remove these borders? I know from input[type=checkbox] {border: none} can be removed but this only for mozilla not IE.
Don’t suggest me, to put classes in code for instance textfield, passwordfield etc etc as we cant touch them, those are system generated.
Help needed, please!!










Bookmarks