I have header menus(primary links or level1 navigations) as follows.
Header1 Header2 Header3
when I click on the Header1(which will be turned into bold letters on click), level2 navigation menus(submenus of Header1) should be displayed as a block in the leftside of the page.
college1
college2
colege3
college4
when I click on college1, it will be displayed as follows.
when I click on the Header1(which will be turned into bold letters on click), level2 navigation menus(submenus of Header1) should be displayed as a block in the leftside of the page.
college1>
mathew
john
mary
college2
colege3
college4
similarly when you click on college2, the corresponding level3 navigations should be displayed under college2 in the folllowing manner
college1
college2>
stjude
stjophn
stmarthas
colege3
college4
I want to include a greater than symbol(in order to show that they have got still lower level menues) along with level2 menus. when we click on any level3 menu, the greater than symbol will turn like a down arrow.
The greater than symbol along with level2 navigation menu items shows that they have got level two navigations.
Anybody please help me with some code guidelines.
I have got a deadline.
regards,
mjm
Comments
local menu
I see that you're asking for a number of things...
I know that the local_menu module does a few of them. You might want to look into that
Klaas