Hi,
I'm trying tu build a vertical menu with the Accordion panel widget, using the label panels for menu items and the content panels for submenu items as can be seen here:
In the label panels I only use text. The content panels contain state buttons. All items have an hyperlink, except the only two menus that open up submenus (About and Fotos). The irtems states are as follows: Active: white; Rollover and Mouse Down: yellow; Active: black.
But I'm running into the following two behavioral problems:
1) When I click a submenu, the whole content panel where that submenu is located closes and, therefore, there is no way to know which is the active page (one cannot see the active submenu in black, because the content panel is closed). I need this content panel to stay open every time one of its submenus is active. (If I click again the corresponding first level item, the content panel opens again, and then I can see which submenu is active, but that is not what I want to achieve).
2) If I am on a page that doesn't have submenus and then I click another menu that has submenus but do not click any of these submenus yet, I get 2 items in black (Active state) at the same time: the previous first level item and the one I just clicked. E.g. If I first click Home and then click About (without choosing an About submenu), both menus will be in active state (black).
I would very much appreciate any help solving these two problems. I'm starting to think that the Accordion panel is not meant for navigation. Or that the text in the Label panels is not meant to be hyperlinked. Maybe I'm doing something wrong or maybe there are workarounds to achieve this accordion vertical menu if the widget from Adobe is not meant for this.
This is the link to the test live website: Home.
Thanks a lot in advance!