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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:35:29+00:00 2026-06-09T12:35:29+00:00

Per the jsfildde below, I have a table inside a div( #body ) that

  • 0

Per the jsfildde below, I have a table inside a div(#body) that scrolls along the y-axis. My problem is that in IE, the scrollbar hides part of the last table cell behind it, subsequently shifting the layout of the table columns. There is no such problem in Chome and I must support both browsers. I believe that the problem is with IE and that Chrome is rendering the CSS properly. How can I make IE display my columns in the same way as Chrome?

If the fiddle is viewed in both browsers, the difference will be seen in that the table header does not line up with the corresponding columns.

http://jsfiddle.net/5DD5b/3/

Thanks for any suggestions given.

EDIT: It works in IE9, but not in 7 which needs supported.

  • 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-09T12:35:31+00:00Added an answer on June 9, 2026 at 12:35 pm

    Since this problem only seems to occur in IE7, I decided to detect the userAgent per ihake’s suggestion and proceed accordingly. It’s not ideal, but it works.

    var IE7 = false;
    
    $(document).ready(function(){
    
        if($.browser.msie) {
            var userAgent = $.browser.version;
            if(userAgent.substring(0,userAgent.indexOf('.')) == 7) IE7 = true;
        }
    
        ...
    

    Farther down in the file I set the css one way if IE7 is true and another way if it is false. Pretty simple.

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

Sidebar

Related Questions

Per a client's request I have written a communication class that inherits from webclient.
Per the Agile Development book, I have an Admin MVC that controls how users
Per a great answer from another question I have begun mounting global resources (css/js/images)
Per the code below, I am getting the following message. I am fairly certain
As per question says. Specifically i want the html.beginform() to have the runat=server attribute.
per my client request I have been requested to return a dataset. basically it's
Per the Core Data Programming Guide: You can specify that an attribute is optional—that
Per the docs , this should be enough to run Twitter Bootstrap: <div class=carousel>
Per-frame I need to allocate some data that needs to stick around until the
per my question Aes Encryption... missing an important piece , I have now learned

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.