![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Here's my page with three separate forms: http://www.shnorrer.com/category.htm |
|
here's a snippet of the stylesheet determining the form element styles: INPUT, TEXTAREA { font-family: Verdana, Arial, Helvetica, sans-serif; padding: 1px; font-size: 11px; color: #000000; background-color: #DDFF9C; } Two questions... One, how can I remove the green around the radio buttons so it blends with a white background (see center box middle of page)? |
|
Second - why in the world does the graphical submit button on the newsletter sign up have a box around it and the graphical "go" button at the top right does not? |
#3
| |||
| |||
|
|
Steve Pugh wrote: input[type="image"] {padding: none;} Methinks {padding: 0;} might work better. ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |