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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T23:12:08+00:00 2026-06-06T23:12:08+00:00

using css menumaker menu found here: http://cssmenumaker.com/menu/grey-impression-drop-down-menu-0 I’m trying to create a 3rd level

  • 0

using css menumaker menu found here: http://cssmenumaker.com/menu/grey-impression-drop-down-menu-0 I’m trying to create a 3rd level for sub-menu.

here is an example with html and css. http://jsfiddle.net/it_levon/ew4MP/

going through the css i was able to add > to .cssmenu li:hover ul{display: block}
so it looks like .cssmenu li:hover > ul{display: block}. this loads the sub menu item but it keeps “product 1” and “blue” highlighted as if you are selecting both even though the links associated with each work correctly. I’m hoping someone can help me figure out how to have only the item that the user is hovering on stay highlighted and IF at all possible to get the 3rd level submenu to shift over to the right so it looks like its expanding.

Thanks in advance

  • 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-06T23:12:11+00:00Added an answer on June 6, 2026 at 11:12 pm

    This should work…

    http://jsfiddle.net/it_levon/ew4MP/

    <div class='cssmenu'>
    <ul>
       <li class='active '><a href='index.html'><span>Home</span></a></li>
       <li><a href='#'><span>Products</span></a>
          <ul>
             <li><a href='#'><span>Product 1</span></a>
               <ul>
                  <li><a href='#'><span>blue</span></a></li> 
                  <li><a href='#'><span>red</span></a></li>               
               </ul>               
             </li>
             <li><a href='#'><span>Product 2</span></a>
               <ul>
                <li><a href='#'><span>green</span></a></li>
               </ul>               
             </li>
          </ul>
       </li>
       <li><a href='#'><span>About</span></a></li>
       <li><a href='#'><span>Contact</span></a></li>
    </ul>
    </div>​
    

    CSS…

    .cssmenu{
        border:none;
        border:0px;
        margin:0px;
        padding:0px;
        font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
        }
    .cssmenu ul{
        background:#333333;
        height:35px;
        list-style:none;
        margin:0;
        padding:0;
        }
    .cssmenu li{
        float:left;
        padding:0px;
        }
    .cssmenu li a{
        background:#333333 url('images/seperator.gif') bottom right no-repeat;
        color:#cccccc;
        display:block;
        font-weight:normal;
        line-height:35px;
        margin:0px;
        padding:0px 25px;
        text-align:center;
        text-decoration:none;
        }
    .cssmenu li a:hover, .cssmenu ul li:hover a{
        background: #2580a2 url('images/hover.gif') bottom center no-repeat;
        color:#FFFFFF;
        text-decoration:none;
        }
    .cssmenu li ul{
        background:#333333;
        display:none;
        height:auto;
        padding:0px;
        margin:0px;
        border:0px;
        position:absolute;
        width:225px;
        z-index:230;
        /*top:1em;*/
        }
    
    .cssmenu li ul li ul {
       margin-left:225px;
       margin-top:-35px;    
    }
    
    .cssmenu li:hover > ul{
        display:block;
    
        }
    .cssmenu li li {
        background:url('images/sub_sep.gif') bottom left no-repeat;
        display:block;
        float:none;
        margin:0px;
        padding:0px;
        width:225px;
        }
    .cssmenu li:hover li a{
        background:none;
    
        }
    .cssmenu li ul a{
        display:block;
        height:35px;
        font-size:12px;
        font-style:normal;
        margin:0px;
        padding:0px 10px 0px 15px;
        text-align:left;
        }
    
    .cssmenu li ul li:hover {
        background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
        border:0px;
        color:#ffffff;
        text-decoration:none;
        }
    .cssmenu p {
        clear:left;
        }    ​​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using a horizontal menu from cssmenumaker.com which features subitems. I've been trying,
Using CSS and Jquery i made a drop down like thing. (So that i
I'm using CSS to redesign QFrame . Here's the CSS code: border: 5px dashed
I currently have a drop-line horizontal menu using an unordered list with the following
Hi Using CSS I'm trying to center some text on an image so it
hello i am using css menu and it looks fine in ff and ie7/8
Using CSS, I'm trying to specify the height of a span tag in Firefox,
Using CSS Style Sheet In my web page, i have two class like menu
I am using a CSS menu in a web page and I want to
Using CSS, when a link is clicked it brings up a hidden DIV that

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.