-
☆ A M B ☆
- 24,524 Posts
They could be; I've known of those that do.
-
☆ A M B ☆
- 24,524 Posts
It all depends on what you're doing. Using an existing JQuery menu plugin would mean making Wayfinder generate HTML code that the Javascript expects.
One way to do this is to manually create the menu you want, then consider its structure and make Wayfinder generate that structure.
I prefer to work with the default nested lists using the various class and ID generating properties of Wayfinder,then tweak the CSS to make it look however I want.
-
☆ A M B ☆
- 24,524 Posts
Use different classnames and/or tpls for the "inner" part; &innerTpl and &innerRowTpl. By default these are the same as the outerTpl and outerRowTpl, but they can be unordered lists, divs, whatever you need. Position them any way you like in the CSS; the inner elements can be floated within the width given for the parent row tpl items.