1: F
ILL IN THE FORM
OPTIONS
SETTINGS
Background Color =
Font =
Font Size =
Font Color =
Padding between border/content =
Border Color =
Border Thicknes =
Border Type =
2: L
OOK AT THE SAMPLE BASED ON YOUR TEST
Sample text field:
Sample Drop Down
Sample 1
Sample 2
Sample 3
radio 1
radio 2
radio 3
checkbox 1
checkbox 2
Sample text area
NOTE:
When you click the "Test New Scrollbar" button, the code for the scroll bar is generated below. If the test scrollbar is okay, you can copy the code from this page and insert it into your own.
You can enter color values using pre defined names (green, blue, etc) or HEX values (#FFCC00, #CC9900, etc).
3: C
OPY THE CODE THAT FITS YOUR NEED
3a: Change all formfields on your page
3b: Change all formfields within a single form
3c: Change single formfields only
3a: C
ODE TO CHANGE ALL FORMFIELDS ON THE PAGE
Copy This To The <HEAD> Section Of Your Page
No Code Available! - Click The Above Button To Generate The Code
3b: C
ODE TO CHANGE ALL FIELDS WITHIN A SINGLE FORM
Insert the following code right above your <form> tag
After that, add
</div>
right after your </form> tag.
No Code Available! - Click The Above Button To Generate The Code
3c: C
ODE TO CHANGE SINGLE FORMFIELDS
Copy This To The <HEAD> Section Of Your Page
After that, add
class="customform1"
to the desired fields.
For example: <input type="text" class="customform1">
No Code Available! - Click The Above Button To Generate The Code