Hi. This problem is problem already solved somewhere on this board but i couldn't find anything (mainly because i didn't know what to search for), so maybe someone can give me a hint.
I have a horizontal Navigation with 2 levels and a bilingual website; so i managed it the following way
i call the "Main Navigation" with show_menu(1, 1, 1)
and the sub-menu with show_menu(2,2)
Now the problem is, if i click on an element of the main menu, everything works fine and he applies the "menu_current" class to it, but as soon as i push one of the sub-elements of that first level menu, the "current"-class disappears. I would want it to stay "pushed" as long as the user is in the submenu-pages of that element.
I hope i could make it clear somehow and i appreciate any help.
Can give further explanations if needed. thanks in advance
Bye
Moreno
EDIT: I just read through this and maybe it's a bit complicated, i'll try and explain

The menu structure is the following
en
(English)- Parent 1
- Child 1.1
- Child 1.2
- Child 1.3
- Child 1.4
- Parent 2
- Child 2.1
- Child 2.2
- Child 2.3
- Child 2.4
de
(German - same structure as in English)Now if i click on Parent 1 (for example), that parent get's the "menu_current" class, and it displays the childs correctly. But as soon as i click on one of the Childs from Parent 1 (for example 1.2), i DO get the corresponding 1.2 page, but the Parent 1 is not "menu_curren" anymore.
Is there a workaround for this? thanks