Dear all,
I created a form with textfields, radiobuttons,.. .
I can change the bgcolor, however when I change the bgcolor in the input tag:
INPUT {
background-color: #DFDFBF;
color: #003333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 8pt
}
3 "fields" change from color at one time:
textfield, radiobutton and send-button...
Does CSS allow to only specify the bgcolor of a single line textfield?
And if yes could you also tell me how?
Any help is greatly appreciated.
Ivan
I created a form with textfields, radiobuttons,.. .
I can change the bgcolor, however when I change the bgcolor in the input tag:
INPUT {
background-color: #DFDFBF;
color: #003333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 8pt
}
3 "fields" change from color at one time:
textfield, radiobutton and send-button...
Does CSS allow to only specify the bgcolor of a single line textfield?
And if yes could you also tell me how?
Any help is greatly appreciated.
Ivan
Comment