Breadcrumb navigation with CSS Dropdowns
-
Hi
What i try to achieve is a breadcrumb navigation for my pages but instead of a single link i would have a drop down for every depth.
The dropdown menu i made with CSS and Jquery. What i need are three Lists.
page 1 (with list of pages) -> page 1 child (with list of child’s of ID1) -> page 1 grandchild (with list of grandchild’s of ID1)
I’ve tried probably every single approach i’ve found on this forum to get child and grandchild of the Ancestor ID or to check if on a child- or a grandchild- page but nothing seem to work for me.
I Think my main problem is how do i know if i am on a grandchild- page and how do i get the ID of the grandchild ?
- The topic ‘Breadcrumb navigation with CSS Dropdowns’ is closed to new replies.