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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T13:43:45+00:00 2026-06-09T13:43:45+00:00

I am having a problem with hovering over a active li item. screenshot 1

  • 0

I am having a problem with hovering over a active li item.

  • screenshot 1 (not hovering): https://i.stack.imgur.com/zodAL.png
  • screenshot 2 (hovering): https://i.stack.imgur.com/EVnKD.png
  • screenshot 3 (hovering over another li): https://i.stack.imgur.com/V4re5.png
  • fiddle: http://jsfiddle.net/LVLKW/3/

I need the current class to be the same as hover, im not sure where I have gone wrong.

Thanks

  • 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-09T13:43:46+00:00Added an answer on June 9, 2026 at 1:43 pm

    I propose the following changes:

    1. Make the <li> active, not the <a>.
    2. Combine the :hover and .active rules, for easy maintenance.
    3. Don’t have different padding for normal and active/hover states.

    Demo: http://jsfiddle.net/LVLKW/11/


    HTML

    <div id="nav">
        <ul>
            <li class="current"><a href="#">Home</a></li>
            <li><a href="#">About Us</a></li>
        </ul>
    </div>​
    

    CSS

    body {
        background-color: lightblue;
    }
    #nav ul{
        margin-top: 23px;
        list-style: none;
    }
    #nav ul li{
        font-size: 17px;
        padding: 10px 11px 7px 11px;
        font-weight: bold;
        font-family: HelNue;
        display: inline;
    }
    #nav ul li.current,
    #nav ul li:hover{
        font-family: HelNue;
        background-color: white;
        margin: 0;
        color: #58585a;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    #nav ul li:hover a{
        color: #58585a;
    }
    
    #nav ul li a{
        color: black;
    }​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Having problem with the middle Div not expanding to the width http://acs.graphicsmayhem.com/images/middiv.jpg Ok, how
I'm having real problem with a hoverIntent. http://jsfiddle.net/5fwqL/ What I want: When hovering over
hello I am having problem related to https:// . I have used FB.getLoginStatus(function(response) function
i having problem understanding what is wrong with my inheritance. I just can not
Having problem in IE8 with vertical align for images not working when a table
I'm having a problem with the mosueenter/mouseleave events only in Firefox... http://www.screencast.com/users/StanleyGoldman/folders/Jing/media/be3572de-9c72-4e2a-8ead-6d29b0764709 <HTML> <HEAD>
I having problem to make the overflow hidden if the width is over the
I am having problem defining CSS rules for browsers that do not support font-stretch
Im having problem in my UIscrollView ,this is what I have done: Whenever a
I am having problem using mvc:resources in spring 3.1 configuration. Initially i was working

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.