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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:24:09+00:00 2026-05-29T10:24:09+00:00

SEE LIVE MENU HERE. I am trying to figure out why the drop-down disappears

  • 0

SEE LIVE MENU HERE.

I am trying to figure out why the drop-down disappears after you attempt to rollover it. Can someone see the problem in my code? Thank you.

HERE IS MY HTML MENU

<div id="menu">
    <ul> 

    <li><a href="/usa/discoversimulation/needs/"><span>Needs Assessment</span></a> </li>
    <li><a href="/usa/discoversimulation/knowledge/"><span>Knowledge Acquisition</span></a>
        <ul> 
            <li><a href="/usa/discoversimulation/knowledge/pre_test.asp">Administer Knowledge<br>Pre-Test</a></li> 
            <li><a href="/usa/discoversimulation/knowledge/assign_asthma.asp">Assign Asthma<br>Article </a></li> 
            <li><a href="/usa/discoversimulation/knowledge/post_test.asp">Administer Knowledge<br>Post-Test</a></li> 
            <li><a href="/usa/discoversimulation/knowledge/discuss_asthma.asp">Discuss Asthma<br>Case Study</a></li>

        </ul> 
    </li>
    <li><a href="/usa/discoversimulation/skills/"><span>Skills Proficiency</span></a> </li>
    <li><a href="/usa/discoversimulation/simulation/"><span>Simulation in Teams</span></a>
        <ul> 
            <li><a href="/usa/discoversimulation/simulation/asthma.asp">Perform Asthma<br>Simulation</a></li> 
            <li><a href="/usa/discoversimulation/simulation/debrief.asp">Facilitate<br>Debriefing</a></li> 
        </ul> 
    </li>
    <li><a href="/usa/discoversimulation/performance/"><span>Performance</span></a></li>
    <li><a href="/usa/discoversimulation/resources/"><span>Resources</span></a></li>
    </ul>
</div>

HERE IS MY CSS

#menu {
position: relative;
top: 10px;
left: 0px;
width: 940px;
height: 47px;

}

#menu ul {
position: relative;
top: -15px;
left: 0px;
margin-left: 0px;
padding-left: 0px;
list-style: none;
}

#menu ul li {
position: relative;
display: inline;
float: left;
list-style: none;
margin-right: 0px;
border: solid 0px #4981a8;
width: 156px;
background-image: url       ('http://www.laerdal.com/Laerdal/usa/discoversimulation/images/button.png');
background-repeat: no-repeat;
}

#menu ul li a {
display: block;
width: 156px;
padding: 12px 0px 10px 0px;
border: solid 0px #fff;
font-family: 'Cabin', sans-serif;
font-size: 14px;
font-weight: lighter;
text-align: center;
text-decoration: none;
}

#menu a span {
float: left;
display: block;
padding: 3px 5px 4px 6px;
color:#fff;
float: none;
}

#menu a:hover span {
color:#ffdd00;
}

#menu li ul {
position: absolute;
top: 47px;
left: 0px;
background-color:#4981a8;
border: solid 1px #4981a8;
display: none;
}

#menu li:hover ul { 
display: block;
z-index: 999;

}

#menu li li a {
font-family: 'Cabin', sans-serif;
font-size: 14px;
color: #000;
font-weight: lighter;
height: 38px;
background-color:#eee;
margin-bottom: -9px;
}

#menu li li a:hover {
color: #065389;
}
  • 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-29T10:24:10+00:00Added an answer on May 29, 2026 at 10:24 am

    You have another element on your page that’s partially covering up the navigation:

    #textbox {
        position: relative;
        top: -30px;
    }
    


    enter image description here

    This is blocking the :hover. To solve this, give your #header a z-index:1. Any positive value should work, you just need to set it to something so the element stays on top.

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

Sidebar

Related Questions

As you guys can see, I have a drop down menu. I have a
EDIT: You can see the search box live here . Before I explain, let
If you go on http://www.africam.com/wildlife/tembe_webcam you can see theirs a live video stream in
Should I use E_NOTICE enabled on live server? As I can see in Why
Can anybody see where I am going wrong with this? I am trying to
Please see my script here: LIVE EXAMPLE There is a unintelligible behavior which I
I have a weird effect : As you can see, the menu goes under
i ran jconsole, i see some live threads count and daemon threads count ....
I see this selector $( 'a + .firstSection a' ).live( 'click', function(){ in my
On Safari and Chrome, I won't be able to see flush() updates updating live

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.