Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9145463
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T10:31:14+00:00 2026-06-17T10:31:14+00:00

I am designing a particular form that will have a fieldset on the left

  • 0

I am designing a particular form that will have a fieldset on the left that is a tall as the three fieldsets on the right.

I created 3 jsfiddles with different approaches:

Hacked with <br>: http://jsfiddle.net/pdgreen/GjdRj/

CSS Sibling Selector : http://jsfiddle.net/pdgreen/GjdRj/1/

IDs: http://jsfiddle.net/pdgreen/GjdRj/3/

The <br> solution is to act as a strawman. It isn’t to be taken seriously. I like the CSS sibling selector solution because it doesn’t need anything special in the HTML, but it very quickly gets out of control in terms of complexity. Is using IDs the correct way? I guess it is the most straight forward, but it just doesn’t feel right. Is there a better way?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T10:31:16+00:00Added an answer on June 17, 2026 at 10:31 am

    Why not use nth-child(n)? My fork of your jsFiddle

    The basic idea is:

    .container > fieldset.fsGroup:first-child {
    height:20em;
    }
    
    .container > fieldset.fsGroup:nth-child(2) {
        height:5em;
    }
    ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When designing a form I have the option of putting a close button at
I have a system that allows a person to select a form type that
I am designing a plugin that need to assign users to a particular post
I am designing a program that will run on a mailserver. It is intended
I am designing a logging system that will store its log entries in RavenDB,
When designing a form in the IDE, non-visual components (eg TMainMenus, TDatamodules) can be
When designing a C API for configuring a library/utility, I have a co-worker who
I have around 15 forms and every form includes some similar piece of codes.
I am designing a python web app, where people can have an email sent
I am designing an application in J2me, where I just have to give interface

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.