0
Welcome Guest! Login
0 items Join Now

SOLVED Ensuring only the selected menu item is highlighted

    • Ali Samii's Avatar
    • Ali Samii
    • Elite Rocketeer
    • Posts: 629
    • Thanks: 2

    SOLVED Ensuring only the selected menu item is highlighted

    Posted 12 years 1 month ago
    • On this page,

      betelec.ergonomiq.net/societe/offres-d-emploi

      The sub-menu item "Envoyer votre CV" has a darker background, as if it is the active menu item.

      How do I ensure that only the active menu item is highlighted and not sub-menu items?
    • Last Edit: 12 years 1 month ago by Ali Samii.
    • Thank you.

      Ali Samii
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Ensuring only the selected menu item is highlighted

    Posted 12 years 1 month ago
    • you are styling the wrong element.

      add this to your css

      div.sidemenu ul.menu li.active.current,
      div.sidemenu ul.menu li#current.active {
      background: transparent
      }

      .sidemenu ul.menu li.active.current > a,
      .sidemenu ul.menu li#current.active > a {
      background:
      #00a88f;
      }

Time to create page: 0.064 seconds