Hi there,

I think this must be a very simple question for the experts. I am trying to achieve the exact same primary links menu structure as in the demonstration of the four seasons theme. So that when an enduser has selected a second level primary link, the first level stays highlighted. But after experimenting for 1 whole day I still stay puzzled.

You can see what I have built for now here: http://www.druifdesign.com/drupal/node/3

And what I want is: http://www.forward-media.info/node/6

Note the difference: at the four seasons demo site, the first level primary link (NavDemo1 in this case) stays highlighted! What am I doing differently?

Thanks in advance!

Comments

NicoDruif’s picture

Status: Active » Fixed

Hiihaa!

It seems to be fixed! Now I have added:

#navigation-primary ul.primary-links li a.active-trail {
  background-color:#000000;
  background-repeat:no-repeat;
  color:#ffffff;
}

to the style.css, it shows the primary link still highlighted when the secondary is selected!

Good, so, now I can continue building again...

Anyone knows what is the story with the active-trail difference between drupal 5 and 6 (and beyond)? And is this a bug in the theme?

www.druifdesign.nl

NicoDruif’s picture

Status: Postponed (maintainer needs more info) » Fixed
NicoDruif’s picture

Status: Fixed » Postponed (maintainer needs more info)

Because I am curious about if this is a bug or not, I'll set the status to active again...

derjochenmeyer’s picture

Status: Fixed » Postponed (maintainer needs more info)

Thanks for posting this. I will take a look. Did anyone else have a problem with the active menu trail?