Hi,
I'm using a slightly different background color for my form fields. How do I specify them in my style sheet? I know for regular input fields I use:
input {background-color: #F9F7F7}
... but that gives me a colored box around the outside of my checkboxes and radio buttons. I'd just like to leave them white like the page background. How do I specify the checkboxes in my style sheet since they are actually using the input tag? The same for the submit and reset buttons. How do I specify them separately since they too are "input" fields?
I've done a search but can't seem to find anything on the web about this. If anyone knows of a site, I'd really appreciate the url.
Thanks a bunch!
I'm using a slightly different background color for my form fields. How do I specify them in my style sheet? I know for regular input fields I use:
input {background-color: #F9F7F7}
... but that gives me a colored box around the outside of my checkboxes and radio buttons. I'd just like to leave them white like the page background. How do I specify the checkboxes in my style sheet since they are actually using the input tag? The same for the submit and reset buttons. How do I specify them separately since they too are "input" fields?
I've done a search but can't seem to find anything on the web about this. If anyone knows of a site, I'd really appreciate the url.
Thanks a bunch!