fieldset form with Table-like layout with CSS?

Posted by Scott B on Stack Overflow See other posts from Stack Overflow or by Scott B
Published on 2010-03-13T21:50:06Z Indexed on 2010/03/13 21:55 UTC
Read the original article Hit count: 260

Filed under:

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.

© Stack Overflow or respective owner

Related posts about jQuery