Custom HTML Form Elements
1
Jul
This is a JavaScript solution which enables you to create custom HTML form elements (radio buttons, checkboxes, etc.)
The JavaScript simply:
- Hides form elements with
class="styled" - Sticks a
spantag with a CSS class on it next to the element - Adds mouse events to the
spanthat handles the stages when it is clicked.
Requirements: No Requirements
Compatibility: All Major Browsers
Website: http://ryanfait.com/resources/custom-checkboxes-and-...
Demo: http://ryanfait.com/resources/custom-checkboxes-and-...
Via: http://www.knowtebook.com/css-freedom-redesign-html-...
Compatibility: All Major Browsers
Website: http://ryanfait.com/resources/custom-checkboxes-and-...
Demo: http://ryanfait.com/resources/custom-checkboxes-and-...
Via: http://www.knowtebook.com/css-freedom-redesign-html-...
- Tags:
Javascript
- Filed under: CC License, Forms, Goodies
- 3 Comments























3 Responses for "Custom HTML Form Elements"
nice script, although select list doesn’t work with ie6.
Nice post…
Um…. link’s down.