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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:04:31+00:00 2026-06-11T18:04:31+00:00

I have a dropdown menu, that looks like this: <ul id=secondary-nav class=menu> <li><a href=#>boeketten</a>

  • 0

I have a dropdown menu, that looks like this:

<ul id="secondary-nav" class="menu">
    <li><a href="#">boeketten</a>
        <ul>
            <li>7 rododendrons</li>
            <li>7 rozen</li>
        </ul>
    </li>
    <span>∼</span>
    <li><a href="#">bloemstukken</a></li>
    <span>∼</span>
    <li><a href="#">planten</a></li>
    <span>∼</span>
    <li><a href="#">bruidsruikers</a></li>
    <span>∼</span>
    <li><a href="#">kerkdecoratie</a></li>
    <span>∼</span>
    <li><a href="#">evenementen</a></li>
    <span>∼</span>
    <li><a href="#">rouwwerk</a></li>
    <span>∼</span>
    <li><a href="#">rocabo potten</a></li>
</ul>

This is the css I use to style it:

ul#secondary-nav {
    z-index: 9999;
}

ul#secondary-nav li, ul#secondary-nav > span {
    display:block;
    position:relative;
    float: left;
}

ul#secondary-nav li ul {
    display: none;
    text-align:left;
    padding-left: 0px;
    background-color: red;
}

ul#secondary-nav li ul li {
    float: none;
    display: block;
}

ul#secondary-nav li:hover ul {
    display: block;
    position: absolute;
}

But it falls under the rest of the content, like this:

![enter image description here][1]

How can I get it to be on top of it?

  • 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-11T18:04:32+00:00Added an answer on June 11, 2026 at 6:04 pm

    you defined a z-index for your main ul but it seems to be in static position (so z-index has no effect) : try with

    ul#secondary-nav {
        z-index: 9999;
        position: relative;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have standard multi-level menu like this one: <ul id=nav> <li><a href=#>Home</a></li> <li><a href=#>Dropdown</a>
I have a drop down menu that looks like this: It works fine, but
I have a menu which looks like this: |Home|Options|Settings|Tools|Preferences|Edit| That's fine when a phone
Basically, I have drop down menu that looks like this: <select> <option>0</option> <option selected=selected>1</option>
I have a dropdown (ul.sub-menu) with items inside (ul.sub-menu > li) that I'd like
I'm trying to make a navigation dropdown with jQuery that looks like this: <ul
I have a drop-down menu that are dynamically added through WordPress. It looks like
I have this dropdown menu, that will slideDown whenever my users click on a
I have a drop down menu that looks great when the page it scrolled
I have a dropdown menu that pulls in text from a database column. The

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.