- Feb 7, 2001
- 1,637
- 0
- 0
Ok, I have a stylesheet, I want to make all <input type="text"> follow a set CSS style, BUT I want all <input type="submit"> to follow another.
I know I can do the following:
INPUT {
width: 15px;
}
BUT that makes all my submit buttons and reset buttons the same size as textfield entries. How can I avoid that?
I know I can do the following:
INPUT {
width: 15px;
}
BUT that makes all my submit buttons and reset buttons the same size as textfield entries. How can I avoid that?