[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details

IE7 z-index problem

Asked by designersx in Scripting Languages, Web Services, Internet Marketing, Jquery, JavaScript

Tags: Ie7 z-index problem, IE z-index not working

Hi There,

I have creted Jquery Flyout menus for Xcart and one product Slider on the right. It works in every browser except the IE7. In IE7 the Menu goes below the slider. See screenshot attached.

HTML for menus are as follow
<CODE>
<ul id="nav" class="side_menu">
<li id="parent"><a title="Diagnostic" href="home.php?cat=287">Diagnostic</a>
      <!--      First Level Categories      -->
                  <ul style="visibility: hidden; display: block;">
                            <li class="last">
                    <a title="Handheld" href="home.php?cat=288">Handheld</a>
                    <!--      Second Level Categories      -->
                                    </li>
                        </ul>
            </li>
</ul>
</CODE>

and CSS is as follows:
li#parent ul{
    z-index: 10000;
}

#nav ul {
    background:#EBECED !important;
    border:1px solid #C8C8C8;
    display:none;
    left:190px;
    padding:5px;
    position:absolute;
    top:0;
    width:180px;
    z-index:99999;
}

I have this running on my local server. I can share screen if needed screenshot is attached herewith.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
<CODE>
<ul id="nav" class="side_menu">
<li id="parent"><a title="Diagnostic" href="home.php?cat=287">Diagnostic</a>
      <!--	First Level Categories	-->
                  <ul style="visibility: hidden; display: block;">
                            <li class="last">
                    <a title="Handheld" href="home.php?cat=288">Handheld</a>
                    <!--	Second Level Categories	-->
                                    </li>
                        </ul>
            </li>
</ul>
</CODE> 
and CSS is as follows:
li#parent ul{
    z-index: 10000;
} 
#nav ul {
    background:#EBECED !important;
    border:1px solid #C8C8C8;
    display:none;
    left:190px;
    padding:5px;
    position:absolute;
    top:0;
    width:180px;
    z-index:99999;
}
Attachments:
 
ScreenShot
ScreenShot
 
 
Related Solutions
Keywords: IE7 z-index problem
 
Loading Advertisement...
 
[+][-]11/07/09 10:01 AM, ID: 25767289Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/07/09 10:21 AM, ID: 25767374Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/07/09 03:39 PM, ID: 25768642Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89 - Hierarchy / EE_QW_3_20080625