Hi all,
I know that submenus can be added as a dropdown under the menu items.
But instead of dropdown menus, I want submenu items in a different place on the screen.Is it possible to achieve this ?
Thanks & Regards.
Hai
Sai kiran Parvatham
Regards
Selva
Selva bharath wrote:
Thanks, but this does not work for Traditional web
Hello,
If I understand your question right, you want to have a menu in a different place with some submenu items, right?
You can check this post, where you can find some CSS to create a lateral menu with some submenus.
You could check to, the Dublin Theme from OutSystems, that have a lateral menu with submenu items.
Hope it helps,
Best Regards,
Guilherme Oliveira
Guilherme Oliveira wrote:
I want to have the submenu at a different place from the main menu
Hi Sai,
Can you share image what you want or mean from other place.
RegardsRahul
Rahul Sahu wrote:
Sai kiran Parvatham wrote:
Hello Sai kiran Parvatham,
If you want to change the place where the submenu items appear, you can edit this CSS class (.Menu_SubItemsPlaceholder) to where you want your submenu items to go.
In the OML attached, I place the submenu items in the middle of the screen with this class:
.Menu_SubItemsPlaceholder { position: fixed; left: 50%; top: 50%; }
You can see the forge component below.
https://www.outsystems.com/forge/component-overview/202/dynamic-menus
https://www.outsystems.com/forge/component-overview/329/jquery-menu
https://www.outsystems.com/forge/Component_Overview.aspx?ProjectId=5441
https://www.outsystems.com/forge/component-overview/4123/dynamic-drop-down-menu-sample