By aiphes on
hi
my question is in the title... how to use active menu trail CSS in nice menus ?
i ve tried this but it dont match in my custom css :
ul#nice-menu-2 li a:hover, ul#nice-menu-2 li a.active-trail , ul#nice-menu-2 li.active-trail{
color: #FF6600;
text-decoration:none;
}
thx for help me
Comments
i've the 6.x-2.x-dev verison
i've the 6.x-2.x-dev version of nice menus, so active trail is implemented in.
but whats the way in css to use and activate it ? is there any preset in back office module ?
thx
Dev Server Shared Hosting
8 websites powered by drupal 6,8 & 9 - Hosted by Always Data
this is the good way i found
this is the good way i found :
Dev Server Shared Hosting
8 websites powered by drupal 6,8 & 9 - Hosted by Always Data
Better way.
Wouldn't it be better like this:
Without those >'s, it was highlighting all children of the active parent element.
With the>'s, it only highlights the trail to the current page.
thanks for your tips...in
thanks for your tips...in effect i had a little problem with childrens...
Dev Server Shared Hosting
8 websites powered by drupal 6,8 & 9 - Hosted by Always Data
I have (what I think is) the
I have (what I think is) the same question as this thread...
Website: http://www.iroi-divineplayoflordkrishna.org/ (with Nice Menus 6.x-1.3)
Issue: when you follow the children links from any of the nice menu parents, the preceding hover text color turns back to brown. This definitely looks bad, and I've been trying everything I can think of to fix it.
The basic code I'm using is:
.active-trail a {
background: #431e18;
color: #ffffff;
}
I've tried hundreds of variations of this (including the ones in this thread), but nothing is working. If someone could help me to get the right code figured out, I'd sure appreciate it.
Jim