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 all use list items for the markup. I'm OK with converting my table to UL/LI structure if that's what I need to do.
Just looking for some advice.