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

  • Home
  • SEARCH
  • 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 6534469
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:15:17+00:00 2026-05-25T10:15:17+00:00

My situation: I have a three-tier navigation structure where hovering over an item in

  • 0

My situation:

I have a three-tier navigation structure where hovering over an item in the secondary level should show a div, which contains the tertiary level.

I have included a screenshot to help illustrate this:

Three level navigation

The markup I’m using to create this is (sanitised) roughly as below:

  <menu class="secondary-nav">
    <li>
      <a href="#">
         One
      </a>
      <div class="dropdown-menu">
         <ul>
            <li>A</li>
            <li>B</li>
            <li>C</li>
         </ul>
      </div>
    </li>
  </menu>

When you hover over ‘Level 2’, the ‘Tertiary Level’ div should appear. To do this, I use CSS such as the below:

   menu.secondary-nav .dropdown-menu {display: none;}
   menu.secondary-nav a:hover .dropdown-menu {display: block;}

My problem:

In IE6, when I hover over ‘Level 2’, nothing happens. This is only a problem in IE6 – all other browsers work fine. Is there something wrong with my CSS selectors?

Many thanks.

  • 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-25T10:15:17+00:00Added an answer on May 25, 2026 at 10:15 am

    You can use the great ie7.js.

    Just add to your html:

    <!--[if lt IE 7]>
    <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE7.js"></script>
    <![endif]-->
    

    This will make ie6 suport :hover on all elements like in this demo.

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

Sidebar

Related Questions

Situation: I have a DAY structure. The DAY structure has three variables or attributes:
At work, we have a three-tier product. There is a client application which the
I have a situation. I have three categories category1,category2 & category3. I need to
So, I have a situation where I need to pass in three values into
I have a common database joining situation involving three tables. One table, A, is
My situation is following. I have one Activity that contains three main parts. At
I have situation where a single model needs to have three foreign ids. This
Heres the situation: I have a form that is spread across three pages. (Page
The following is the situation: I have three String parameters a1,a2,a3 Each of the
I have a situation in which a CSV is uploaded to my application and

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.