I am trying to make a flyout menu for my left nav categories navigation to show the sub categories. I am going to use CSS and jQuery or just CSS to make this navigation.
Using the rev.categories.xml package it auto creates the sub categories when the parent category is click on. This is fine and what I want to happen. But if I am not within that category, I would like to have the child elements of the category with subcategories show up in a flyout menu so if someone is in another page and they want to see the subcategories within another category but don't want to click on it, how would I call the subcategories from another category and display them in a flyout menu. I know it is probably some XSLT stuff, I know the CSS and jQuery but need to know how to get the subcategories to show up.
I want it to do this.
I like this already and have this below set up currently. Which is fine and will keep it this way once the parent category or one of the sub categories from the flyout is clicked.