Themerolled forms with validation plugin

Themerolled forms with validation plugin

A first draft: <a href="http://bassistance-plugins.googlecode.com/svn/trunk/plugins/validate/demo/themerollered.html"> http://bassistance-plugins.googlecode.com/svn/trunk/plugins/validate/demo/themerollered.html</a>
Thanks to Todd for making the initial suggestion. It uses jQuery UI CSS framework classes and the button widget for the submit buttons. I tried to apply it also for the checkboxes - that doesn't really work currently. I'd have to apply .buttons() to each paragraph that holds a checkbox, but that pretty much screws up the layout (and needs adjustments on the validation side to fix the error labels): <a href="http://bassistance-plugins.googlecode.com/svn/trunk/plugins/validate/demo/themerollered-checkboxed.html">http://bassistance-plugins.googlecode.com/svn/trunk/plugins/validate/demo/themerollered-checkboxed.html</a>
Also in a form like that, its not at all obvious that the checkbox is actually a checkbox, and not just a button that triggers something else.
Soo, in summary: CSS framework FTW, base button too, checkbox button not so much.
Suggestions?
Jörn


--