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 1089205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T23:11:11+00:00 2026-05-16T23:11:11+00:00

I am coding things like this <div class=panel> <fieldset style=position: absolute; top:8px; left: 136px;

  • 0

I am coding things like this

<div class="panel">
<fieldset style="position: absolute; top:8px; left: 136px; width: 136px; height: 64px;">
  <legend> </legend>
  <div class="Label" id="Label1" style="position: absolute; top:8px; left: 16px; width: 81px; height: 14px;">one</div>    
  <div class="TLabel" id="Label2" style="position: absolute; top:32px; left: 16px; width: 54px; height: 14px;">two</div>    
</fieldset>
</div>

Do I even need a DIV around a fieldset (or a text input box, radio group, other form input element?

  • 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-05-16T23:11:12+00:00Added an answer on May 16, 2026 at 11:11 pm

    Erm… no. You don’t have to put a div around those fieldsets.

    Given that in your example there’s no form elements at all, why should this even be a form? Okay, I know from your previous questions that you’re trying to build a WYSIWYG form editor, but that’s no excuse to use these sort of HTML.

    If I clean up the example you’re using, it would probably look something like:

    <fieldset style="top:8px; left: 136px; width: 136px; height: 64px;">
      <label class="Label" id="Label1" style="top:8px; left: 16px;">one</label>    
      <label class="TLabel" id="Label2" style="top:32px; left: 16px;">two</label>    
    </fieldset>
    

    Since some styles are being applied more than once I believe it would be appropriate to store them in a stylesheet instead.

    fieldset, label {
        position: absolute;
    }
    

    You also should have no need to set explicit width and height on the labels, especially if you don’t have any form of border or background.

    Logically you should also group label – input pairs together, for instance with a unordered list. Remember that for accessibility you’re going to need the for attribute to point to the correct input elements. It would be better to mention the context of what you’re doing here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have html code block like this <div id=some-div> <a href=# class=link-click>some link text</a>
This is my coding. The result of using css as class Hyphenate, the result
I've typically just used constants in the past for things like this, say #define
So, this is a question of coding style more or less. I'm using Bean
Suppose my web page has a struture like this: <body> <div id=fee> <div id=fi>
The coding like decimal prodprice = Convert.ToDecimal(NavigationContext.QueryString[Price]); then what should i put for Binary
This question goes beoynd just programming, but I'd like to get some input on
I was busy looking deeper into things like multi-threading and deadlocking etc. The book
After just been coding for about 6-9 months. I probably changed my coding style
How can push a URI like this in CodeIgniter (1.7.1 currently): example.com/seg1/seg2/seg3/seg4/ or example.com/seg1/seg2/

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.