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!
 
The include menu have this following syntax:
<div class="TopNavHolder">
  <ul id="TopNav">
     <li class="menu">
         <a href="AboutYou.shtml" class="about">About You</a>
            <div class="sub">
              <div class="row">
                <div class="headLine">&nbsp;</div>
                  <ul>
                    <li><h2><a href="#">The big challenge!</a></h2></li>
                    <div class="infoSub">Please follow the links below, it will change your perspective!</div>
                   <li><a href="#">The Challenge 2</a></li>
                   <li><a href="#">3</a></li>
                   <li><a href="#">4</a></li>
                   <li><a href="#">5</a></li>
                   <li><a href="#">6</a></li>
               </ul>
               <ul>
                  <li><h2><a href="Solutions.shtml">Customers challenge</a></h2></li>
                  <li><a href="Solutions_tech.shtml">Building owners</a></li>
                  ...


















              </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">&nbsp;</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

Thanks in advance for trying


    • Topic Participants

    • pfm