Top "Fieldset" questions

The fieldset tag is used to group related elements in HTML and XHTML documents.

Django and fieldsets on ModelForm

I know you can specify fieldsets in django for Admin helpers. However, I cannot find anything useful for ModelForms. Just …

django forms fieldset
Is it possible to achieve a <fieldset>-like effect without using the <fieldset> tag?

I personally like the <fieldset> tag because of how it draws a box and puts the <legend&…

html css fieldset
How can I disable all elements inside a fieldset in jQuery?

I have 2 <fieldset>s on my page, but one of them should have all of it elements disabled …

jquery fieldset
Programmatically Creating fieldset, ol/ul and li tags in ASP.Net, C#

I need to write an ASP.Net form which will produce the following HTML: <fieldset> <legend>…

c# asp.net tags fieldset
How to control the postioning of a fieldset with css?

I have the following code: <fieldset> <legend> <strong>Personal Information</strong> </…

html css forms positioning fieldset
Arranging fieldset elements like a typical table-design

I'm trying to arrange the titles for 3 fieldset elements the same way a typical table looks, but I can't get …

html css tabular fieldset
Default CSS values for a fieldset <legend>

I'm trying to use a <legend> as a title inside a <fieldset>. In browsers other than …

html css legend fieldset
Fitting a <fieldset> to the size of its content with CSS?

Here's a fiddle. I need to make the <fieldset> the width of its contents, rather than its parent. …

html css fieldset
Getting 2 fieldsets adjacent (side by side) next to each other

I need your help. My idea is to have 2 fieldsets on the page that is 100% width of the page and …

html css fieldset
Fieldset: Center legend

as asked many times before (but never really answered) I want to center a legend in a fieldset. The trick …

css center legend fieldset