- Posts: 13
- Thank you received: 0
Want top menu buttons "on" when in a submenu
-
ottilie
Inactive member - Topic Author
- New Member
Less
More
14 years 3 months ago #2657
by ottilie
Want top menu buttons "on" when in a submenu was created by ottilie
Hi there,
I'd like to have the top menu buttons 'on' when you are in a submenu of that top-menu item. How do I do this?
Also, when the top-menu item is the same as the first submenu item, I want them both 'on'.
www.miralomasf.com
(and I don't understand why the submenu under "parents" is not displayed on the left anymore).
Thanks!
I'd like to have the top menu buttons 'on' when you are in a submenu of that top-menu item. How do I do this?
Also, when the top-menu item is the same as the first submenu item, I want them both 'on'.
www.miralomasf.com
(and I don't understand why the submenu under "parents" is not displayed on the left anymore).
Thanks!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
14 years 3 months ago #2660
by milos
Replied by milos on topic Re: Want top menu buttons "on" when in a submenu
We checked and confirmed that problem with top menu exists on this template. This will be resolved within 24h. We will write update here as soon as it is resolved. Sorry for inconvenience.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
14 years 3 months ago #2663
by milos
Replied by milos on topic Re: Want top menu buttons "on" when in a submenu
Please edit top menu module parameters (Extensions > Module Manager > Top menu). Under Other Parameters tab, enable Activate Parent.
In Site > Global Configuration > System, disable Cache (if it's enabled) to see the menu changes instantly.
Edit template_css.css file and change lines
with this
That should fix the problem.
In Site > Global Configuration > System, disable Cache (if it's enabled) to see the menu changes instantly.
Edit template_css.css file and change lines
Code:
#nav a:hover {
background:url(../images/topmenu_bg.gif) no-repeat;
}
#nav li#current a {
background:url(../images/topmenu_bg.gif) no-repeat;
}
Code:
#nav > li:hover, #nav > li.active, #nav a:hover {
background:url(../images/topmenu_bg.gif) no-repeat;
}
#nav > li#current {
background:url(../images/topmenu_bg.gif) no-repeat;
}
That should fix the problem.
The following user(s) said Thank You: ottilie
Please Log in to join the conversation.
Time to create page: 0.159 seconds