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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T11:44:49+00:00 2026-06-08T11:44:49+00:00

Okay, so if you look at this site in Internet Explorer 7 (I use

  • 0

Okay, so if you look at this site in Internet Explorer 7 (I use the browser mode tool in IE 9; just press F12). When hovering over the table cells in the first row the help box <div class="help"> becomes hidden behind the second (okay: third) row’s background property.

Why is this? It works in Chrome, Firefox, Opera and IE 8–9 (although the jQuery script is messed up in IE 8 for some reason). I have tried lower z-index on <table>, <tr> and <td>, but with no success yet.

Edit #1. Oh yeah, all borders in the table are not showing in IE 7. That is strange, no?

Edit #2. CodeJack’s jQuery solution seems to be working.

if ($.browser.msie && $.browser.version == "7.0") {
    var z = 1000;

    $("table, tr, th, td, div").each(function() {
        $(this).css("z-index", z);
        z -= 10;
    });
}
  • 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-08T11:44:55+00:00Added an answer on June 8, 2026 at 11:44 am

    Z-Index doesnt work properly in IE7. But there are ways.

    A solution can be to place (absolutely) an iframe with opactiy set to 0 (CSS:filter:alpha(opacity=0)) directly behind the div. The iframe must have the same width and height and be place at the same location (but behind) the div.

    for Jquery there is solution here

    http://www.vancelucas.com/blog/fixing-ie7-z-index-issues-with-jquery/

    Edit: Regarding borders use margin-collapse rather border collapse

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

Sidebar

Related Questions

Okay, I think I need another pair of eyes to look over this. I'm
Prepared Statements Okay, I've just started taking a look at MySQLi prepared statements. This
Okay, this is probably a very basic question; but, I'm just getting back in
Okay suppose I have an array of objects that look like this: obj(from, to)
Flowcharting. This ancient old practice that's been in use for over 1000 years now,
I have been looking all over the Internet for an answer to this question
Okay, I am a noob to regex, and I am using this site for
Still a little gunshy about jQuery. Does this simple popup window script look okay?
Okay look first thanks for this place :) I would like to create a
Okay, it's been such a long day that I am just going to look

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.