fieldset form with Table-like layout with CSS?
- by Scott B
I have an application in which I'm currently using a two column table in order to get accurate cell alignment of the left column labels/descriptions with the right column form fields.
I'd like to convert it to css and use jQuery to expand/collapse specific sections.
I've seen some jQuery libraries, the menu.js in particular. And they appear to…