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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:49:53+00:00 2026-05-28T02:49:53+00:00

I have a new problem with my menu. I want to keep the parent

  • 0

I have a new problem with my menu.

I want to keep the parent hover effect active when mouse is over child.

I know I could maybe use jQuery? but I really wanna keep it in CSS if possible.

And without having to give all elements unique id’s…

http://forevertan.dk/_temp/eventfest/3/test3.htm

  • 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-28T02:49:53+00:00Added an answer on May 28, 2026 at 2:49 am

    If you want to use a CSS only way, what I highly recommend to you, you would have to change your markup a little bit.
    When you check for :hover on a‘s parent (the li) a will still be on :hover when you go down the submenu.
    Basically we’re doing this:

    ul#nav li > a {
        /* all the normal state styling here */
    }
    ul#nav li:hover > a {
        /* hover state styling here */
    }
    

    We will expand the a to the dimensions of the li. So the li seems to behave like the a. The only difference is, that the li is the parent of the a and the submenu ul.

    JSFiddle here.

    HTML stays the same:

    <ul id="nav">
        <li>
            <a href="#test">Test</a>
            <ul>
                <li>
                    <a href="#test/sub">Sub</a>
                </li>
            </ul>
        </li>
        <li>
            <a href="#test">Test</a>
            <ul>
                <li>
                    <a href="#test/sub">Sub</a>
                </li>
            </ul>
        </li>
    </ul>
    

    CSS changes:

    ul#nav > li {
        padding: 0;
        margin: 0;
    
        float: left;
        position: relative;
    }
    ul#nav li > a {
        height: 30px;
        min-width: 80px;
        padding: 0;
        margin: 0;
        border-right: 1px solid #CCC;
        border-left: 1px solid #CCC;
    
        display: block;
    
        background: #000;
    
        color: #FFF;
        text-align: center;
        line-height: 30px;
        white-space: nowrap;
    }
    ul#nav li:hover > a {
        background: #FFF;
    
        color: #000;
    }
    ul#nav > li ul {
        display: none;
        position: absolute;
    }
    ul#nav > li:hover ul {
        display: block;
    }
    ul#nav > li ul li {
        display: block;
    }.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have new problem. My code: .method public static void Main() cil managed {
I have problem creating new instance of excel 2007 using VBA (from Access 2002).
I am having a new little problem; I have a little pointer called: int
I'm new to Vim (almost new) and have some questions. The problem came from
I have the problem I just installed the new Monodevelop 2.2.2 on Windows but
I have some problem with my open new window popup which it can read
I have a problem in running a new project which I downloaded from github.
I have problem on my blog: http://osify.com while processing add new post with above
I have a problem at some customer pc's (new Dell PCs) windows XP Professional
I have a problem with IE8 and the opening of a new window with

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.