@heliotrope
I’m not sure I understand the need for your request. Won’t the weblink link to the correct location without any further processing?
That was for the original beta. The current version is beta 2.
There’s many exemple on the web with css... try to search horizontal list menu in google
I am using wayfinder to do my "side" menu, however I would like to have it to my "Topmenu" as well
I would want it to look like this:
Start | Head1| Head2| Head3|
not like
Start
Head1
Head2
Head3
is it possible? if so , how?
I also think we really need an extra class applied to the classes to indicate it’s part of the current path, such as "active-parent-row". The reason for this is that there is no (easy) way to select via CSS the entire chain drilling down to a particular document without a lot of complex wrangling, if the documents in the middle have siblings.
Does this make sense (bad example below, going from left to right)? In the example, the heirarchy of A -> A1 -> A3a would be indicated by A.activetree, A1.activetree and A3a.active.
A A1 A1a
B A2 A2a
C A3 A3a
It can be done, it’s just really deeply nested and complex CSS.
This discussion is closed to further replies. Keep calm and carry on.