Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I have this menu:
HTML
<liquidmenu:mainmenu x:name="mainMenu" itemselected="mainMenu_ItemSelected" xmlns:x="#unknown" xmlns:liquidmenu="#unknown">
   <liquidmenu:mainmenu.items>
      <liquidmenu:mainmenuitem text="Home1" id="mnuHomeMain" icon="../images/MenuIcons/home.png">
          <liquidmenu:menu>
             <liquidmenu:menuitem id="mnuHomeMain" text="Home" icon="../images/MenuIcons/home.png" />
          </liquidmenu:menu>   
      </liquidmenu:mainmenuitem>
      <liquidmenu:mainmenuitem text="Admin" icon="../images/MenuIcons/payroll_main.png"></liquidmenu:mainmenuitem></liquidmenu:mainmenu.items></liquidmenu:mainmenu>

.... etc

my question is, how can I have the Home menu at the root? Currently it is child of Home1 so it is a drop down. I have tried to make it such that I click on home and redirects but I just can't get it working.

Please help.
Posted
Updated 26-Oct-11 2:56am
v2

1 solution

You can add multiple items inside the menu as described here[^].
Each of these will be at the same root level.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900