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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:52:03+00:00 2026-05-30T13:52:03+00:00

Below is the link to the layout issue. Does anyone know why it shows

  • 0

Below is the link to the layout issue. Does anyone know why it shows up like that in IE and the fix for it? i.e. why does the textbox go beyond the outer div? It is fine in both Chrome & Firefox.

http://nothing123.s3.amazonaws.com/test-ie.htm

Here is the html.

<style>
  #loginBox {
    width: 336px;
    border: 1px solid red;
    padding: 5px;
  }
  #loginEmail {
    border: 1px solid blue;
    padding: 5px;
    width: 100%;
  }
</style>

<div id="loginBox">
  <input type="text" id="loginEmail"/>
</div>
  • 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-30T13:52:04+00:00Added an answer on May 30, 2026 at 1:52 pm

    It has everything to do with the box model.

    The actual #loginBox actual width is equal to the width + paddings + border. Your loginBox is now 348px (336+(5×2)+(1×2)):

    Now #loginEmail is set to 100% relative to it’s parent width, which would be 348px. Now add it’s padding and it’s border, it becomes 360px. Since the inner part of #loginBox is only 336px, naturally it bleeds out.

    a quick remedy is to add box-sizing:border-box to #loginEmail so it won’t bleed out (so that it takes into account the border and padding in it’s 100%). However, this is only supported in IE8+.

    For more info about this property and what browsers support it, check this page

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

Sidebar

Related Questions

The link below shows a listview composite control in its most basic form however
ModelMultipleChoiceField doesn't select initial choices and I can't make the following fix (link below)
I'm having some issues with this layout and having a link that displays on
I have a app that uses a classic email like layout like the one
How can i get the class below to create tabs that link to activities.
I am studying snapshot isolation level of SQL Server 2008 from the below link.
The link below is an image URL where the extension has been stripped. I
I have a site (link below) where the clients work displays on a long
Im getting the same memory leak as I mentioned the link below. NSXMLParser Leaking
I haven't read much about it, but the author at the link below recommends

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.