Topic: Reset Style for Submit Form Button (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Phoenix |
posted 08-11-2004 21:46
I have a form and I've set all input elements to 2px border with a canary yellow background color: |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 08-12-2004 01:33
try this- |
Maniac (V) Inmate From: under the bed |
posted 08-12-2004 02:17
Or just set a class for the inputs you would like to style, and assign the class accordingly... |
Bipolar (III) Inmate From: Phoenix |
posted 08-12-2004 18:25
norm: That DIV has to include the submit button; other properties are set with it, including background-color width and height for the area. |
Maniac (V) Inmate From: under the bed |
posted 08-12-2004 20:03
AFAIK - no. |
Bipolar (III) Inmate From: |
posted 08-12-2004 21:48
If I were you I'd look at using the <button> element instead of the input element. code: #CONTACT_US input[type=text]
|
Bipolar (III) Inmate From: Phoenix |
posted 08-13-2004 16:27
DL-44: Thanks for the "AFAIK - no", just needed to hear someone say that. |
Bipolar (III) Inmate From: |
posted 08-13-2004 18:28
The buttons have type attributes, just like inputs. |
Maniac (V) Inmate From: under the bed |
posted 08-13-2004 18:30
http://www.w3.org/TR/html401/interact/forms.html#h-17.5 quote:
|
Bipolar (III) Inmate From: Phoenix |
posted 08-13-2004 20:03
Well then... I shall try the button! |