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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T19:52:27+00:00 2026-06-09T19:52:27+00:00

I have a dropdown nav bar and the when you hover over the items

  • 0

I have a dropdown nav bar and the when you hover over the items and the dropdown options appear in IE7 they are hiding behind the slider.

I have tried z-index with no luck. Additionally, there is some spacing under the menu button and the first option in IE7 as well. I haven’t tried to fix that as yet, my main concern is getting it to display above the slider content.

You can see it here: http://www.condorstudios.com/stuff/temp/index.php

  • 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-09T19:52:29+00:00Added an answer on June 9, 2026 at 7:52 pm

    Add this to your $(document).ready() handler:

    var zi = 1000;
    $('*').each( function() {
        $(this).css('zIndex', zi);
        zi -= 10;
    });
    

    In order to make sure this is only executed on IE7, add this outside your <script> tags, but in <head>:

    <!--[if IE 7]>
    <script type="text/javascript">
        $(document).ready(function() {
            var zi = 1000;
            $('*').each( function() {
                $(this).css('zIndex', zi);
                 zi -= 10;
            });
        });
    </script>
    <![endif]-->
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a nav bar that has a dropdown menu made with styled tags.
I have coded a css dropdown menu. But when I hover over the parent
I have the following CSS: <ul id=nav> <li class=dropdown> <a href=# class=dropdown-toggle>Dropdown Appear 1</a>
I have a nav bar with dropdown menus, I would like the dropdown menus
I have a dropdown list with a few options and a group of checkboxes
I have a nav bar with a drop down that is working beautifully. The
I have a navigation bar on my website. The HTML: <nav id=navigation> <a href=index.html>
I have a horizontal nav bar that is an unordered list with anchor tags.
Using twitter bootstrap. on the site i have a top nav bar consisting of
I have dropdown-Lists which have a lot of elements (>1000). When I select one

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.