| Topic: Input Box (Page 1 of 1)  | |
|---|---|
| Maniac (V) Inmate From: Washington DC |  posted 04-30-2004 22:43 I have this simple input box on this code: <form action="http://www.google.com/search" method="get"> 
 | 
| Maniac (V) Inmate From: under the bed |  posted 05-01-2004 00:09 There are ways to directly set a style based on the type of input, but they are not reliably supported at this point. | 
| Maniac (V) Inmate From: Washington DC |  posted 05-03-2004 13:36 I actually looked at your links page DL and saw the way you did it, code: <input type="submit" class="button" value="GoOgLe!"> 
 code: input:button {blah blah blah}
 | 
| Maniac (V) Inmate From: under the bed |  posted 05-03-2004 14:03 actually it would need to be "input.button", or more simply, ".button" code: .button 
 | 
| Maniac (V) Inmate From: Washington DC |  posted 05-03-2004 15:56 Thanks... |