- Posts: 3
- Thank you received: 0
Menu with child
-
jhachkowski
Inactive member - Topic Author
- New Member
Less
More
13 years 6 months ago #9166
by jhachkowski
Menu with child was created by jhachkowski
Hi there.
Currently using the Hot furniture store template, and when selecting a menu item, the menu highlighter stretches/repeats the image for the child items.
Is it possible to retain the highlighting ability on the child items.
Thanks
JH
Currently using the Hot furniture store template, and when selecting a menu item, the menu highlighter stretches/repeats the image for the child items.
Is it possible to retain the highlighting ability on the child items.
Thanks
JH
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9181
by ivan.milic
Replied by ivan.milic on topic Re: Menu with child
mmm, don't understand can you post some visual representation of what you would like to achieve?
Please Log in to join the conversation.
-
jhachkowski
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 6 months ago #9183
by jhachkowski
Replied by jhachkowski on topic Re: Menu with child
Yes.
When you hover over any of the top level menus, the highlighter shows as a single pink bar, but when the menu is "opened" and the sub-menu items are showing it turns turns the whole area into repeating pink bars as per the example below.
032a8a6.netsolhost.com/buhler1joomla1/cu...rios/626-london.html
When you hover over any of the top level menus, the highlighter shows as a single pink bar, but when the menu is "opened" and the sub-menu items are showing it turns turns the whole area into repeating pink bars as per the example below.
032a8a6.netsolhost.com/buhler1joomla1/cu...rios/626-london.html
Please Log in to join the conversation.
-
jhachkowski
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 6 months ago #9189
by jhachkowski
Replied by jhachkowski on topic Re: Menu with child
For further clarification, I would like the menu highlighter in scr1.jpg to work the same way for all sub-menu items.
Scr2.jpg is what I currently have when I expand a menu, but would like the menu to behave like scr1.jpg for all items in the menu.
Scr2.jpg is what I currently have when I expand a menu, but would like the menu to behave like scr1.jpg for all items in the menu.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9195
by ivan.milic
Replied by ivan.milic on topic Re: Menu with child
Hi,
that is tricky, because you have menu in menu. This may help on modern browsers that support css 3.0:
.column_left_pad div.moduletable:nth-child(4) ul.menu li:hover
{
background-image:none;
}
put this at the bottom of templete_css.css
that is tricky, because you have menu in menu. This may help on modern browsers that support css 3.0:
.column_left_pad div.moduletable:nth-child(4) ul.menu li:hover
{
background-image:none;
}
put this at the bottom of templete_css.css
Please Log in to join the conversation.
Time to create page: 0.221 seconds