- Posts: 12
- Thank you received: 0
OnClick Dropdown Menu
-
artform
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 2 months ago #36134
by artform
Replied by artform on topic OnClick Dropdown Menu
Hello Ivan, thanks for your help.
I've exchanged again the whole original code so you can test the submenu items: gutshofbrandis.com/
The onclick-dropdown works now. But either the main menu items nor the submenu items are linked anymore.
I think your solution is very close, only the submenu items have to be linked again, or excluded from the rule somehow.
Thanks again for your help!
Sincerly
Simon
I've exchanged again the whole original code so you can test the submenu items: gutshofbrandis.com/
The onclick-dropdown works now. But either the main menu items nor the submenu items are linked anymore.
I think your solution is very close, only the submenu items have to be linked again, or excluded from the rule somehow.
Thanks again for your help!
Sincerly
Simon
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #36137
by ivan.milic
Replied by ivan.milic on topic OnClick Dropdown Menu
Ok,
change:
jQuery("#nav > li:has(UL)")
to:
jQuery("#nav > li:has(UL) > a")
change:
jQuery("#nav > li:has(UL)")
to:
jQuery("#nav > li:has(UL) > a")
Please Log in to join the conversation.
-
artform
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
11 years 2 months ago #36140
by artform
Replied by artform on topic [SOLVED] OnClick Dropdown Menu
Thank you very much for your great help! This solved my issue. Now everything works like I've intended!
Best wishes from Italy
Simon
Best wishes from Italy
Simon
Please Log in to join the conversation.
Time to create page: 0.073 seconds