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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:46:16+00:00 2026-05-31T08:46:16+00:00

Hey so I have this case where if a page contains text and text

  • 0

Hey so I have this case where if a page contains text and text contains a UL list with some items, those LI items will overlap the items in dropdown then the user slides down the dropdown.

I thought I had it fixed by adding the following to Div around my dropdown.

position:relative; z-index:999999;

Giving me

#source-programs-dd { overflow: auto; background: #fff; max-height: 198px; position:relative; z-index:999999;}

And it works everywhere except for IE7 Any ideas ?

  • 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-31T08:46:18+00:00Added an answer on May 31, 2026 at 8:46 am

    To help directly solve your question, I’ll need to see your HTML and CSS. But in general IE7 has a known issue with z-index and how it calculates z-index for children elements.

    There are several Stackoverflow questions around this issue. Here are some that could help:

    IE7 Z-Index issue – Context Menu

    expanding the menu appearing underneath the gallery in IE7

    The general idea is that in IE7, z-index is calculated at the parent element of siblings. That sounds a little odd so here’s an example:

    <div id="parent1">...</div>
    <div id="parent2">...</div>
    

    If .parent1 has something like a UL menu that overlaps .parent2, it could be possible that .parent2 appears in front of that content no matter what z-index any child element of .parent1 has.

    This is because IE7 compares the z-index of .parent1 and .parent2 and will make all children elements inherit their value, in a sense. (child elements actually get their own z-index context related to each other. But children of other parent elements are influenced by their parent first, in relation to child of other parents)

    The solution is to find the 2 elements that are causing the problem and find where they share parent elements that are siblings of each other.

    Then apply proper z-index on those elements.

    .parent1{ z-index:10; }
    .parent2{ z-index:1; }
    

    If you post your HTML I can try to help find your exact issue.

    Cheers!

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

Sidebar

Related Questions

Hey, I have some text that is formatted like this: [quote]foo text[/quote] and I
Hey everybody, this is what I have going on. I have two text files.
Hey, I have 10 ul.rating elements on my page. I want to refresh those
Hey i have this div that shows as a popup: <div class=popup> </div> Then
Hey I have this code right here: http://pastie.org/534470 And on line 109 I get
Hey I have this code but it doesn't work because it is expecting a
Hey all, I'm about to rip my hair out. I have this client that
Hey dudes.i am having this problem while symlinking. I have successfully deployed a ruby
Hey all, this is the code i have to check for a day thats
hey people I'm new at jquery and i have been trying to figure this

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.