What is possible? part of MegaMenu in another DDmenu
What is possible? part of MegaMenu in another DDmenu
Hi,
I'm new here, and I hope I selected the right forum for this question...
I have a Mega Menu that is made from a list-form.... Some of the parts of the menu I want as 'More Info'-dropdown for the related sites lower on the page! My question is - Is it posible somehow to 'read/output' a section from the Menu and view only that section in the [More Info] button.
Why do I want that? - There will be too many pages to change when a new/other page is added in that special section!
More info:
My pages are structured like this:
[Header]
[MegaMenu]
[Image-banner]
[Header [Header-bar-text] <-- [More info] -->]
[Text-body]
the Header and MegaMenu is retrieved by a
<!--#include virtual="/header_inc.htm"--> and is in top of all pages!
</ul>
<ul> <li><h2><a href="tech.shtml" id="VoltOpt">For Engineers</a></h2></li> <li><a href="Technical/VoltageOptimisation.shtml">Voltage optimisation</a></li> <li><a href="Technical/Techbackground.shtml">Technical background information</a></li> <li><a href="/Technical/PQProblems.shtml">Common power quality problems</a></li> <li><a href="#">Information that we provide</a></li>
<li>much more....</li> </ul>
</div> <div class="footer"> </div> .... much more sections .... </ul> </div><!-- End of sub //--> .....
The blue section is what I want as a simular dropdown effect [More info] on each page related (<ul> to </ul> in that section)
I now have the blue section on every page to have the [More Info]-dropdown and a <-- Prev Next --> button to view the next/prev page in list. (manually)
But then I have to change all the pages when a new page or changings are made in the menu structure. If I could minimize the amount of pages needed to be changed
I could maybe have the special section as an include as well! - or will that be a stupid solution?
I hope you can point a great direction for me.
Sorry if my english and writing form is hard to understand... feel free to ask into any confusion you may have