Dear masters!
I am wonder is there a way to display children menu items when parent item clicked without using javascript, only custom menu template?
I have sidebar menu list as example:
Parent 1
Parent 2
-- Children 1
-- Children 2
Parent 3
And, I want menu display normal as:
Parent 1
Parent 2
Parent 3
But, when "Parent 2" clicked, menu will display:
Parent 1
Parent 2
-- Children 1
-- Children 2
Parent 3
Thank masters for help!
Only display children menu items when parent clicked!
Re: Only display children menu items when parent clicked!
There is similar menu(s) in default CMSms conten.
You can also check this link http://www.dynamicdrive.com/dynamicinde ... /index.htm
and http://www.dynamicdrive.com/dynamicindex1/navigate1.htm
and http://www.dynamicdrive.com/dynamicindex1/indexc.html
and you get the idea
You can also check this link http://www.dynamicdrive.com/dynamicinde ... /index.htm
and http://www.dynamicdrive.com/dynamicindex1/navigate1.htm
and http://www.dynamicdrive.com/dynamicindex1/indexc.html
and you get the idea

Re: Only display children menu items when parent clicked!
Thank Peciura!
But I really want not using javascript, it similiar this page: http://www.vodafone.com/start/about_vodafone.html
In left menu, when you click "Who we are". At "Who we are" page, left menu will expand its children: "History", "Meet the Board", "Chief Excutives".
That all my meaning!
But I really want not using javascript, it similiar this page: http://www.vodafone.com/start/about_vodafone.html
In left menu, when you click "Who we are". At "Who we are" page, left menu will expand its children: "History", "Meet the Board", "Chief Excutives".
That all my meaning!
Re: Only display children menu items when parent clicked!
you could use where you call your menu in the template collapse='1'.
Re: Only display children menu items when parent clicked!
I believe all menu should work without JavaScript. But JavaScript or at least action "hover" can be used to reduces number of queries to site.
You could look at menu of built in template "Left simple navigation + 1 column".
You could look at menu of built in template "Left simple navigation + 1 column".
Re: Only display children menu items when parent clicked!
Thank two master for help!
"Left simple navigation + 1 column" is true with me and using collapse='1' in menu template can make like this.
My problem solved!
"Left simple navigation + 1 column" is true with me and using collapse='1' in menu template can make like this.
My problem solved!

Re: Only display children menu items when parent clicked!
Add [Solved] to the subject of your first post.