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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:09:55+00:00 2026-05-30T23:09:55+00:00

I have a navigation bar, and I need the active page, marked by subactive

  • 0

I have a navigation bar, and I need the active page, marked by “subactive” class on the li element to have white text instead of black. The HTML and CSS can be found here: http://jsfiddle.net/a4hBz/

I use color on the .subactive selector in CSS, but its ignored by the browser.

  • 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-30T23:09:57+00:00Added an answer on May 30, 2026 at 11:09 pm

    That’s largely due to how CSS “weighs” the styles. IDs always have more presidence over a standard tag name, class name or pseudo-class. A simple solution is to be as-specific with your anchor class applying the “Active” styling as you are with the rest of the standard elements. Basically:

    .subactive a
    

    Should become

    #sidenav .subactive a
    

    If that doesn’t work for your schema, you’ll need to either turn #sidenav in to a class, or work-around it some other way.


    By the way, what I was referring to earlier is a style’s specificity. As it currently stands, your styles weigh in like so:

    #sidenav a              a=0, b=1, c=0, d=1 -> specificity = 0,1,0,1
    .subactive a            a=0, b=0, c=1, d=1 -> specificity = 0,0,1,1
    #sidenav .subactive a   a=0, b=1, c=1, d=1 -> specfiicity = 0,1,1,1
    

    Almost think of it like this:

    (a * 1000) + (b * 100) + (c * 10) + d
    

    The style with the highest number wins.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Imagine I have a navigation bar in my page header, with a number of
I have a tableview with a navigation bar at the top. I've added text
I have a site that has a scrolling navigation bar. I need to save
I have three leaves in my navigation bar on this page . Each leaf
I have a navigation bar with some items like below screenshot. I need to
In my layout.html.twig I have a navigation bar with some links. I want the
Apologies, this is pretty basic. I have abstracted my static html navigation bar to
I have a navigation bar that has two dropdowns (as nested ul's). I'm trying
If have a Navigation Bar and a Tab Bar in one of my views.
I have created a flexible navigation bar in my app that will show custom

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.