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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T05:12:44+00:00 2026-06-16T05:12:44+00:00

When I add the height to div tag It is not same height ie

  • 0

When I add the height to div tag It is not same height ie and firefox. I cannot put 100% on the div tag. Can you please any Help me to fix this issue. I have attached Css Code here, Please Click here to see the site.

#payment{
    width: 265px;
    border: 1px solid #cecece;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 7px rgba(50,50,50,0.46);
    -moz-box-shadow: 0 2px 7px rgba(50,50,50,0.46);
    box-shadow: 0 2px 7px rgba(50,50,50,0.46);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    display: block;
    position: absolute;
    float: right;
    height: 230px;
    padding: 10px;
    left: 549px;
}
  • 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-16T05:12:45+00:00Added an answer on June 16, 2026 at 5:12 am

    This could be an issue with padding. IE and firefox parse padding differently. Firefox adds padding with height/width of the div (so the total height/width will be defined height/width+padding) wherein IE doesn’t add that. This occurs with older versions (< IE9).

    You can try following for older versions of IE.

    <!--[if lt IE 9]>
    #payment{
        width: 285px; /* original width + padding on left and right */
        height: 250px;/* original height + padding on top and bottom */
        padding: 10px;
    }
    <![endif]-->
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do I add css for the Panle and the div tag, I am
I am using a div with class scroll-pane (height 100%) within an absolute positioned
Below I have a h3 tag inside a div. #one { width:300px; height:200px; background-color:black;
I have to add a text value dynamically in a div tag of a
When I do <html> <head> </head> <body> <div style=width:100%;height:100%;background:blue;></div> </body> </html> the div fills
I need to add css height to each page dynamically with jQuery. So far
Is it good to add line-height in body{line-height:1.5} or it would be better if
I have a WPF DataGrid that increases in height when I add data to
I have an img element with style='width:40%;height:40%;' . I would like to add a
The following code shows the image in the div tag. <div class='item'> <img class='img'

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.