banner design

This is a JavaScript solution which enables you to create custom HTML form elements (radio buttons, checkboxes, etc.)

Custom HTML Form Designs

The JavaScript simply:

  • Hides form elements with class="styled"
  • Sticks a span tag with a CSS class on it next to the element
  • Adds mouse events to the span that handles the stages when it is clicked.