Multilevel Vertical menu with onclick select value using xslt
hello all,
I need to build a multilevel vertical menu using xslt.. the structure should be like below..
Category-> shows its sub category-> shows its sub category
example:
House -> flats -> falt1
flat2
independent house -> house type
Sales -> Sale1
Sale2
I want to acheive this functionality using xslt and css.. choosing the House category should display only its child
and clicking flats should display only its child.. Please any xslt example coding is appericiated.. how can i acheive this with some sample code as soon as possible..
Multilevel Vertical menu with onclick select value using xslt
hello all,
I need to build a multilevel vertical menu using xslt.. the structure should be like below..
Category-> shows its sub category-> shows its sub category
example:
House -> flats -> falt1
flat2
independent house -> house type
Sales -> Sale1
Sale2
I want to acheive this functionality using xslt and css.. choosing the House category should display only its child
and clicking flats should display only its child.. Please any xslt example coding is appericiated.. how can i acheive this with some sample code as soon as possible..
Thanks,
Sony
Hi Sony,
Have you tried playing around with the standard xslt's provided in Umbraco? You could use the topnavigation and put a node level more in it fx.
is working on a reply...