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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T00:20:19+00:00 2026-06-03T00:20:19+00:00

I am developing a website, and using a traditional technique of CSS-only dropdown-menu, but

  • 0

I am developing a website, and using a traditional technique of CSS-only dropdown-menu, but integrating CSS3 attributes. That being said, the client wants specific menu items that push the bounds of the

  • s that contain them. This is causing twitching when transitioning between menus.

    The CSS looks like this:

    #nav{
    background-image:url(../images/nav-bg.png);
    height: 32px;
    width: 100%;
    padding-right:8px;
    background-repeat:repeat-x;
    z-index:3;
    }
    
    #drop { list-style-type: none; height: 32px; padding: 0; margin: 0 auto; width: 500px; vertical-align: baseline; color: #fbf9ec; }
    #drop li { float: left; position: relative; padding: 0; line-height: 32px; background: #3a7c38 url(../images/nav-bg.png) repeat-x 0 0;}
    #drop li:hover { background-position: 0 -40px;}
    #drop li a { display: block; padding: 0 15px; color: #fbf9ec; text-decoration: none; }
    #drop li a:hover { color: #fbf9ec; }
    #drop li ul { opacity: 0; position: absolute; left: 0; width: 14em; background: #3a7c38; list-style-type: none; padding: 0; margin: 0; z-index: 2; box-shadow: 4px 4px 7px #888;}
    #drop li:hover ul { opacity: 1; }
    #drop li ul li { float: none; position: static; height: 0; line-height: 0; background: none; }
    #drop li:hover ul li { height: 30px; line-height: 30px; }
    #drop li ul li a { background: #3a7c38; }
    #drop li ul li a:hover { background: #254F24; }
    

    The live example can be found at:

    MasonandLauren.com/flotec/secondary.html

    (Don’t worry – The design is based on customer request, not my own)

    Any help to eliminate the twitching would be appreciated!

    Thanks!
    ~Mason

    • 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-03T00:20:21+00:00Added an answer on June 3, 2026 at 12:20 am

      Try setting the z-index of your main nav items to 3 (the sub menu items +1).

      It looks like the z-index of the sub tabs was causing them to be sequentially over and under the mouse as it moved.

      #trans-nav li {
      float: left;
      position: relative;
      padding: 0;
      line-height: 32px;
      background: #3A7C38 url(../images/nav-bg.png) repeat-x 0 0;
      z-index: 3;  /* <-- this is the new one */
      
      • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
        • Report

    Sidebar

    Related Questions

    I am developing a website using ASP.Net MVC 1.0. Can i host that website
    I'm developing a website using Facebook Connect as the only membership/authentication mechanism. So far
    I am developing a website using forms and one of the browsers being targeted
    I am developing a website using Codeigniter that will have different subdomains for different
    I'm developing a website and using codes below.Chrome seems to work fine, but Firefox
    I'm developing a website using PHP+Ajax. I have to fire a ajax request that
    I've recently been developing a website using asp.net webforms that uses in proc sessions
    I am developing a website using SQL Server Express on my development machine. My
    I'm developing a website (using asp.net by the way) and I'm having a problem
    I am developing a website using CodeIgniter and PHP. Some of my friends suggest

    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.