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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:46:37+00:00 2026-05-27T18:46:37+00:00

On this page the Longitude form input has a width of 181px and the

  • 0

On this page the Longitude form input has a width of 181px and the Type select has a width of 175px. I can’t figure out why they have different widths, because in both cases the relevant CSS rule is:

.uniForm .small {
    width: 30% !important;
}

and the parent div in both cases has a width of 604px.

Similarly, the Country select is 6px shorter than the Address text input, even though they both seem to be governed by the same CSS rules.

Update

Thanks to the explanations about the different box-sizing models used, I added the following CSS rule, but it doesn’t seem to have fixed the problem (in Firefox):

html {      
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  • 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-27T18:46:37+00:00Added an answer on May 27, 2026 at 6:46 pm

    To make sure different elements employ the same size, as specified in CSS, first make sure they’re all using the same box-sizing model, such as:

    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    

    JS Fiddle demo.


    Edited in response to question from OP, in comments below:

    Would you be able concoct some sort of rule that would ensure a consistent box sizing model is applied to all form elements?

    A rule itself is easy enough to create, but it won’t be implemented by all form elements, since <input type="radio" /> and <input type="checkbox" /> (at the least) will disregard the rules, however my best attempt, currently:

    #formElementID input, /* note that this will include `<input type="submit" />` and so on...
    #formElementID select,
    #formElementID textarea {
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    

    References:

    • box-sizing at Mozilla Developer Network.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two forms, latitude and longitude, i.e.: <form action=> Latitude <input type=text name=latitude
This page has been quite confusing for me. It says: Memory management in newLISP
This page indicates that TabPage has a GotFocus event, but in Visual Studio 2008
On this page, what element is receiving the text as you type? I need
This page should display a Google ad. I Tried everything but it's not working.
This page in the Android documentation defines an element id as follows: <TextView android:id=@+id/label
This page says to use: var object = $.extend({}, object1, object2); But I prefer
Check this page. On either firefox, chrome, or IE9 / 10 the tabs on
Using this page, http://developer.android.com/sdk/compatibility-library.html , I have installed the Android Support Package, added a
On this page , I see something interesting: Note that there is a fast-path

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.