Nice Form Fields
by: James Harvey
 

Well, I don't know about you guys, but I've gotten tired of the same old formfields in web-based forms. Yes While they do serve a good function (data input), I feel this is an occasion where function needs some form (pardon the pun).

 

First We're going to create our StyleSheet: sweet_forms.css:


Now for the most part all the form fields use images. The Checkboxes and Radio Buttons use a JavaScript Handler (included in the zip file below) to render them properly.


Text Fields:  
     
Text Areas:  
     
Select Fields:  
     
Radio Buttons & Check Boxes:
Don't forget to include the javascript file, otherwise they won't work.
 


Download the ZIP FILE (288KB) containing all the sourcefiles, images and examples!
Do Enjoy!

-James