Get parent pages in list and children in span for subnavigation
-
<ul id="topnav"> <li><a href="#">Link</a></li> <li> <a href="#">Link</a> <!--Subnav Starts Here--> <span> <a href="#">Subnav Link</a> | <a href="#">Subnav Link</a> | <a href="#">Subnav Link</a> </span> <!--Subnav Ends Here--> </li> <li><a href="#">Link</a></li> </ul>
I’ve read the codec pages and I don’t want to use a plugin if avoidable.
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Get parent pages in list and children in span for subnavigation’ is closed to new replies.