sysadmin42
Technical User
- May 6, 2005
- 138
is there any way to specify a different style for each <input> type? My main issue is that I have made the text boxes with a 1px border, but then the radio buttons also have a border. I want to keep the text boxes as is, and eliminate the border around the radios, without necessarily having to specify a class.
example:
example:
Code:
input {
border: 1px solid #999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}