Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:01

Listbased menu


Poster: Tech-Head
Dated: Saturday July 8 2006 - 11:08:10 BST

Hi,

I am a web-Designer and I am making a cms for my company, I have been looking at your listbased menu and I am going to buy a multi license soon, But I am having a few problems with your listmenus2.js file.

The problem is that I need more than one menu on the same page I have looked at your example code it works fine, but I need the buildListMenu() code to be placed anywhere in the code and not just after the Unordered list tags.

You see I need more than one buildListMenu() stament in a page and I need this stament to work anywhere within the code, So for example I might have a Unordered list tag at the top of the page followed by the buildListMenu() to build that menu, but then at the bottom of the page I might have another Unordered list tag followed by another buildListMenu()

In this case the first menu gets bult ok, but the second menu dose not get built at all, It just leaves the Unordered list tag shown and no java menu.

I am willing to pay extra for this But I need a fix as soon as. Or if anyone can help with this I am willing to make a donation :D

Thanks For all you help in advanced

Tech-Head


Poster: Ruth
Dated: Saturday July 8 2006 - 18:20:27 BST

Hi,

Not sure if you are referring to this area as showing the multiple ones or not. http://www.milonic.com/listbased/

Not having the page to check it's hard to discuss what it might be. I created the following and it is working so you might try it and see if you can see the difference between what you are doing and what I did.

It contains 3 Milonic menus, plus the popup menu plus a list menu that has no Milonic ID on it so as to see if a list could be on the page and not affected by the Milonic menus. I set it as table layout since it was quicker for putting in a bunch of list menus in different places on the page.

The top menu has the list set to be invisible, the second menu is set below it, though the list is down the page, and the menu at the top right is set using screenposition and also followscroll=1 so the menu scrolls.

I tested in IE, FF, NN, and Opera but I'm downlevel in all of those. Opera does not like the screenposition= parameter. It ends up widening the page and that menu ends up sitting out of site at the right.

Code:
<HTML>
<HEAD>
  <!-- Created with AOLpress/2.0 -->
  <TITLE>Please title this page. (Page 2)</TITLE>
</HEAD>
<BODY><!--
    Milonic DHTML Website Navigation Menu Version 5.0+
    Copyright 2005 (c) Milonic Solutions Limited (UK). All Rights Reserved.
    Please visit http://www.milonic.com/ for more information.

    Although this software may have been freely downloaded, you must obtain a license before using it in any production environment.      
    The free use of this menu is only available for Non-Profit, Educational & Personal Web Sites who have obtained a license to use.
   
    Free, Commercial and Corporate Licenses are available from our website.
    You also need to include a link back to http://www.milonic.com/ if you use the free license.
   
    All Copyright notices MUST remain in place at ALL times.
    This includes the first three lines of this notice on every page that uses the menu.
    If you cannot comply with all of the above requirements, please contact us to arrange a license waiver.
-->   





<!--   ***** This is the section of code you need to paste into your web page *****-->
<script type="text/javascript" src="../../milonic_src.js"></script>   
<a class=milonic href="http://www.milonic.com/">JavaScript Menu, DHTML Menu Powered By Milonic</a>
<script   type="text/javascript">
if(ns4)_d.write("<scr"+"ipt type=text/javascript src=../../mmenuns4.js><\/scr"+"ipt>");      
  else _d.write("<scr"+"ipt type=text/javascript src=../../mmenudom.js><\/scr"+"ipt>");
</script>

<script type="text/javascript" src="listmenus2.js"></script>
<br><br><br><br>
<CENTER>
  <TABLE BORDER="2" borderColor="#ff0000" CELLPADDING="2" width="750">
    <TR>
      <TD COLSPAN=5>This is a test for Multiple ListBased Menus</TD>
      <TD></TD>
    </TR>
    <TR>
      <TD><ul ID=milonicmenu1>
   <li><a href=index.html>Home Menu 1</a></li>
   <li><a href=#>Milonic</a>
   <ul>
      <li><a href=http://www.milonic.com/cbuy.php>Product Purchasing Page</a></li>
      <li><a href=http://www.milonic.com/contactus.php>Contact Us</a></li>
      <li><a href=http://www.milonic.com/newsletter.php>Newsletter Subscription</a></li>
      <li><a href=http://www.milonic.com/menufaq.php>FAQ</a></li>
      <li><a href=http://www.milonic.com/forum/>Discussion Forum</a></li>
      <li><a href=http://www.milonic.com/licenses.php>Software License Agreement</a></li>
      <li><a href=http://www.milonic.com/privacy.php>Privacy Policy</a></li>
   </ul>
   </li>
   <li><a href=#>Partners</a>
   <ul>
      <li><a href=htpp://www.a-q.co.uk/?milonicmenu>(aq) Web Hosting</a></li>
      <li><a href=htpp://www.softidiom.com/?milonicmenu>WebSmith</a></li>
      <li><a href=htpp://www.sms2email.com/?milonicmenu>SMS 2 Email</a></li>
   </ul>
   </li>
   <li><a href=#>Links</a>
   <ul>
      <li><a href=http://www.apache.org/>Apache Web Server</a></li>
      <li><a href=htpp://www.mysql.com/>MySQL Database Server</a></li>
      <li><a href=htpp://www.php.net/>PHP - Development</a></li>
      <li><a href=htpp://www.phpbb.com/>phpBB Web Forum System</a></li>
      <li><a href=#>Anti Spam Tools</a><ul>
         <li><a href=htpp://www.spamcop.net/>Spam Cop</a></li>
         <li><a href=htpp://www.mimedefang.org/>Mime Defang</a></li>
         <li><a href=htpp://www.spamassasin.com/>Spam Assassin</a></li>
      </ul>
      </li>
   </ul>
   </li>
   <li><a href=#>My Milonic - Other Style</a>
   <ul class=menuStyle2>
      <li><a href=http://www.milonic.com/login.php>Login</a></li>
      <li><a href=http://www.milonic.com/mylicenses.php>My Licenses</a></li>
      <li><a href=http://www.milonic.com/myinvoices.php>My Invoices</a></li>
      <li><a href=http://www.milonic.com/support/>Make Support Request</a></li>
      <li><a href=http://www.milonic.com/support/>View Support Requests</a></li>
      <li><a href=http://www.milonic.com/mydetails.php>Your Details</a></li>
   </ul>
   </li>
</ul></TD>
      <TD>The menu at the top of the page, is created from the list menu at the left, and the list menu is hidden from view</TD>
      <TD>stuff</TD>
      <TD>other stuff</TD>
      <TD>la la la la la</TD>
      <TD>fa la la do re mi</TD>
    </TR>
   <TR><TD valign="top">Menu Number 2 is set with screenposition='top,right'</TD><TD><ul id=milonicmenu2>
   <li><a href=index.html>Home Menu Number 2</a></li>
   <li><a href=#>Milonic</a>
   <ul>
      <li><a href=http://www.milonic.com/cbuy.php>Product Purchasing Page</a></li>
      <li><a href=http://www.milonic.com/contactus.php>Contact Us</a></li>
      <li><a href=http://www.milonic.com/newsletter.php>Newsletter Subscription</a></li>
      <li><a href=http://www.milonic.com/menufaq.php>FAQ</a></li>
   </ul>
   </li>
   <li><a href=#>My Milonic - Other Style</a>
   <ul class=menuStyle2>
      <li><a href=http://www.milonic.com/login.php>Login</a></li>
      <li><a href=http://www.milonic.com/mylicenses.php>My Licenses</a></li>
      <li><a href=http://www.milonic.com/mydetails.php>Your Details</a></li>
   </ul>
   </li>
</ul></TD><TD>&nbsp;</TD><TD>&nbsp;</TD><TD>&nbsp;</TD><TD>&nbsp;</TD</TR>
    <TR>
      <TD>
</TD>
      <TD>&nbsp;</TD>
      <TD><ul id=milonicmenu3>
   <li><a href=index.html>Home Menu Number 3</a></li>
   <li><a href=#>Milonic</a>
   <ul>
      <li><a href=http://www.milonic.com/cbuy.php>Product Purchasing Page</a></li>
      <li><a href=http://www.milonic.com/contactus.php>Contact Us</a></li>
      <li><a href=http://www.milonic.com/newsletter.php>Newsletter Subscription</a></li>
      <li><a href=http://www.milonic.com/menufaq.php>FAQ</a></li>
      <li><a href=http://www.milonic.com/forum/>Discussion Forum</a></li>
      <li><a href=http://www.milonic.com/licenses.php>Software License Agreement</a></li>
      <li><a href=http://www.milonic.com/privacy.php>Privacy Policy</a></li>
   </ul>
   </li>
   <li><a href=#>Partners</a>
   <ul>
      <li><a href=htpp://www.a-q.co.uk/?milonicmenu>(aq) Web Hosting</a></li>
      <li><a href=htpp://www.softidiom.com/?milonicmenu>WebSmith</a></li>
      <li><a href=htpp://www.sms2email.com/?milonicmenu>SMS 2 Email</a></li>
   </ul>
   </li>
   <li><a href=#>Links</a>
   <ul>
      <li><a href=http://www.apache.org/>Apache Web Server</a></li>
      <li><a href=htpp://www.mysql.com/>MySQL Database Server</a></li>
      <li><a href=htpp://www.php.net/>PHP - Development</a></li>
      <li><a href=htpp://www.phpbb.com/>phpBB Web Forum System</a></li>
      <li><a href=#>Anti Spam Tools</a><ul>
         <li><a href=htpp://www.spamcop.net/>Spam Cop</a></li>
         <li><a href=htpp://www.mimedefang.org/>Mime Defang</a></li>
         <li><a href=htpp://www.spamassasin.com/>Spam Assassin</a></li>
      </ul>
      </li>
   </ul>
   </li>
   <li><a href=#>My Milonic - Other Style</a>
   <ul class=menuStyle2>
      <li><a href=http://www.milonic.com/login.php>Login</a></li>
      <li><a href=http://www.milonic.com/mylicenses.php>My Licenses</a></li>
      <li><a href=http://www.milonic.com/myinvoices.php>My Invoices</a></li>
      <li><a href=http://www.milonic.com/support/>Make Support Request</a></li>
      <li><a href=http://www.milonic.com/support/>View Support Requests</a></li>
      <li><a href=http://www.milonic.com/mydetails.php>Your Details</a></li>
   </ul>
   </li>
</ul></TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
    </TR><TR>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
    </TR>
    <TR><TD valign="top">The menu at the right has had the milonic ID removed so it would appear and not be part of the Milonic system.</TD>
      <TD><ul>
   <li><a href=index.html>Welcome</a></li>
   <li><a href=#>Information</a>
   <ul>
      <li><a href=http://www.milonic.com/contactus.php>Contact Us</a></li>
      <li><a href=http://www.milonic.com/privacy.php>Privacy Policy</a></li>
   </ul>
   </li>
   <li><a href=#>Partners</a>
   <ul>
      <li><a href=htpp://www.a-q.co.uk/?milonicmenu>(aq) Web Hosting</a></li>
   </ul>
   </li>
   <li><a href=#>Links</a>
   <ul>
      <li><a href=http://www.apache.org/>Apache Web Server</a></li>
      <li><a href=#>Anti Spam Tools</a><ul>
         <li><a href=htpp://www.spamcop.net/>Spam Cop</a></li>
      </ul>
      </li>
   </ul>
   </li>
   <li><a href=#>Get Started</a>
   <ul>
      <li><a href=http://www.milonic.com/login.php>Login</a></li>
      <li><a href=http://www.milonic.com/mydetails.php>Your Details</a></li>
   </ul>
   </li>
</ul></TD>
     
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      TD>&nbsp;</TD>
      TD>&nbsp;</TD>
    </TR>
   <TR>
   <TD>Pop List Menu Below</TD>
      <TD>&nbsp;</TD>
   <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      TD>&nbsp;</TD>
      TD>&nbsp;</TD>
    </TR>
    <TR>
      <TD><ul id=milonicpopupmenu>
   <li><a href=index.html>Popup Menu</a></li>
   <li><a href=#>Milonic</a>
   <ul>
      <li><a href=http://www.milonic.com/cbuy.php>Product Purchasing Page</a></li>
      <li><a href=http://www.milonic.com/contactus.php>Contact Us</a></li>
      <li><a href=http://www.milonic.com/newsletter.php>Newsletter Subscription</a></li>
      <li><a href=http://www.milonic.com/menufaq.php>FAQ</a></li>
      <li><a href=http://www.milonic.com/forum/>Discussion Forum</a></li>
      <li><a href=http://www.milonic.com/licenses.php>Software License Agreement</a></li>
      <li><a href=http://www.milonic.com/privacy.php>Privacy Policy</a></li>
   </ul>
   </li>
   <li><a href=#>Partners</a>
   <ul>
      <li><a href=htpp://www.a-q.co.uk/?milonicmenu>(aq) Web Hosting</a></li>
      <li><a href=htpp://www.softidiom.com/?milonicmenu>WebSmith</a></li>
      <li><a href=htpp://www.sms2email.com/?milonicmenu>SMS 2 Email</a></li>
   </ul>
   </li>
   <li><a href=#>Links</a>
   <ul>
      <li><a href=http://www.apache.org/>Apache Web Server</a></li>
      <li><a href=htpp://www.mysql.com/>MySQL Database Server</a></li>
      <li><a href=htpp://www.php.net/>PHP - Development</a></li>
      <li><a href=htpp://www.phpbb.com/>phpBB Web Forum System</a></li>
      <li><a href=#>Anti Spam Tools</a><ul>
         <li><a href=htpp://www.spamcop.net/>Spam Cop</a></li>
         <li><a href=htpp://www.mimedefang.org/>Mime Defang</a></li>
         <li><a href=htpp://www.spamassasin.com/>Spam Assassin</a></li>
      </ul>
      </li>
   </ul>
   </li>
   <li><a href=#>My Milonic - Other Style</a>
   <ul class=menuStyle2>
      <li><a href=http://www.milonic.com/login.php>Login</a></li>
      <li><a href=http://www.milonic.com/mylicenses.php>My Licenses</a></li>
      <li><a href=http://www.milonic.com/myinvoices.php>My Invoices</a></li>
      <li><a href=http://www.milonic.com/support/>Make Support Request</a></li>
      <li><a href=http://www.milonic.com/support/>View Support Requests</a></li>
      <li><a href=http://www.milonic.com/mydetails.php>Your Details</a></li>
   </ul>
   </li>
</ul></TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>
<br>

</TD>
     <TD>&nbsp;</TD>
    </TR>
    <TR>
      <TD>&nbsp;</TD>
      <TD>5th list menu here</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
    </TR>
    <TR>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
    </TR>
    <TR>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
    </TR>
  </TABLE>
</CENTER><a href=# onmouseover="popup('milonicpopupmenu',1)" onmouseOut="popdown()">POPUP MouseOver</a>
<P><script>
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="/images/arrow.gif";
subimagepadding=2;
}

with(menuStyle2=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="14px";
fontstyle="normal";
offbgcolor="darkblue";
offcolor="yellow";
onbgcolor="#ffffff";
oncolor="#ff0000";
padding="6px"
}

with(menuStyle3=new mm_style()){
bordercolor="#FF3366";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="14px";
fontstyle="normal";
offbgcolor="#FFFF00";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#ff0000";
padding="6px"
}
// syntax: buildListMenu("id of list", "menu style name", "main menu properties")

buildListMenu("milonicmenu1","menuStyle","alwaysvisible=true;orientation='horizontal';top=10;left=10;")
buildListMenu("milonicmenu2","menuStyle2","alwaysvisible=true;orientation='vertical';top=60;left=10;")
buildListMenu("milonicmenu3","menuStyle3","alwaysvisible=true;orientation='vertical';screenposition='top,right';followscroll=1;")
buildListMenu("milonicpopupmenu","menuStyle","")

</script>
</BODY></HTML>


Check the page code to see how things were done. Hope this helps.

If you can't get it from this, you need to give us a test page so we can see what's going on.

Ruth


Poster: Tech-Head
Dated: Sunday July 9 2006 - 14:43:06 BST

Thats for your reply. and thanks for your code, I have changed your code to what I think that dose not work,

Code:
<HTML>
<HEAD>
  <!-- Created with AOLpress/2.0 -->
  <TITLE>Please title this page. (Page 2)</TITLE>
</HEAD>
<BODY><!--
    Milonic DHTML Website Navigation Menu Version 5.0+
    Copyright 2005 (c) Milonic Solutions Limited (UK). All Rights Reserved.
    Please visit http://www.milonic.com/ for more information.

    Although this software may have been freely downloaded, you must obtain a license before using it in any production environment.       
    The free use of this menu is only available for Non-Profit, Educational & Personal Web Sites who have obtained a license to use.
   
    Free, Commercial and Corporate Licenses are available from our website.
    You also need to include a link back to http://www.milonic.com/ if you use the free license.
   
    All Copyright notices MUST remain in place at ALL times.
    This includes the first three lines of this notice on every page that uses the menu.
    If you cannot comply with all of the above requirements, please contact us to arrange a license waiver.
-->   





<!--   ***** This is the section of code you need to paste into your web page *****-->
<script type="text/javascript" src="../../milonic_src.js"></script>   
<a class=milonic href="http://www.milonic.com/">JavaScript Menu, DHTML Menu Powered By Milonic</a>
<script   type="text/javascript">
if(ns4)_d.write("<scr"+"ipt type=text/javascript src=../../mmenuns4.js><\/scr"+"ipt>");       
  else _d.write("<scr"+"ipt type=text/javascript src=../../mmenudom.js><\/scr"+"ipt>");
</script>

<script type="text/javascript" src="listmenus2.js"></script>
<br><br><br><br>
<CENTER>
  <TABLE BORDER="2" borderColor="#ff0000" CELLPADDING="2" width="750">
    <TR>
      <TD COLSPAN=5>This is a test for Multiple ListBased Menus</TD>
      <TD></TD>
    </TR>
    <TR>
      <TD><ul ID=milonicmenu1>
   <li><a href=index.html>Home Menu 1</a></li>
   <li><a href=#>Milonic</a>
   <ul>
      <li><a href=http://www.milonic.com/cbuy.php>Product Purchasing Page</a></li>
      <li><a href=http://www.milonic.com/contactus.php>Contact Us</a></li>
      <li><a href=http://www.milonic.com/newsletter.php>Newsletter Subscription</a></li>
      <li><a href=http://www.milonic.com/menufaq.php>FAQ</a></li>
      <li><a href=http://www.milonic.com/forum/>Discussion Forum</a></li>
      <li><a href=http://www.milonic.com/licenses.php>Software License Agreement</a></li>
      <li><a href=http://www.milonic.com/privacy.php>Privacy Policy</a></li>
   </ul>
   </li>
   <li><a href=#>Partners</a>
   <ul>
      <li><a href=htpp://www.a-q.co.uk/?milonicmenu>(aq) Web Hosting</a></li>
      <li><a href=htpp://www.softidiom.com/?milonicmenu>WebSmith</a></li>
      <li><a href=htpp://www.sms2email.com/?milonicmenu>SMS 2 Email</a></li>
   </ul>
   </li>
   <li><a href=#>Links</a>
   <ul>
      <li><a href=http://www.apache.org/>Apache Web Server</a></li>
      <li><a href=htpp://www.mysql.com/>MySQL Database Server</a></li>
      <li><a href=htpp://www.php.net/>PHP - Development</a></li>
      <li><a href=htpp://www.phpbb.com/>phpBB Web Forum System</a></li>
      <li><a href=#>Anti Spam Tools</a><ul>
         <li><a href=htpp://www.spamcop.net/>Spam Cop</a></li>
         <li><a href=htpp://www.mimedefang.org/>Mime Defang</a></li>
         <li><a href=htpp://www.spamassasin.com/>Spam Assassin</a></li>
      </ul>
      </li>
   </ul>
   </li>
   <li><a href=#>My Milonic - Other Style</a>
   <ul class=menuStyle2>
      <li><a href=http://www.milonic.com/login.php>Login</a></li>
      <li><a href=http://www.milonic.com/mylicenses.php>My Licenses</a></li>
      <li><a href=http://www.milonic.com/myinvoices.php>My Invoices</a></li>
      <li><a href=http://www.milonic.com/support/>Make Support Request</a></li>
      <li><a href=http://www.milonic.com/support/>View Support Requests</a></li>
      <li><a href=http://www.milonic.com/mydetails.php>Your Details</a></li>
   </ul>
   </li>
</ul></TD>
      <TD>The menu at the top of the page, is created from the list menu at the left, and the list menu is hidden from view</TD>
      <TD>stuff</TD>
      <TD>other stuff</TD>
      <TD>la la la la la</TD>
      <TD>fa la la do re mi</TD>
    </TR>
   <TR><TD valign="top">Menu Number 2 is set with screenposition='top,right'</TD><TD><ul id=milonicmenu2>
   <li><a href=index.html>Home Menu Number 2</a></li>
   <li><a href=#>Milonic</a>
   <ul>
      <li><a href=http://www.milonic.com/cbuy.php>Product Purchasing Page</a></li>
      <li><a href=http://www.milonic.com/contactus.php>Contact Us</a></li>
      <li><a href=http://www.milonic.com/newsletter.php>Newsletter Subscription</a></li>
      <li><a href=http://www.milonic.com/menufaq.php>FAQ</a></li>
   </ul>
   </li>
   <li><a href=#>My Milonic - Other Style</a>
   <ul class=menuStyle2>
      <li><a href=http://www.milonic.com/login.php>Login</a></li>
      <li><a href=http://www.milonic.com/mylicenses.php>My Licenses</a></li>
      <li><a href=http://www.milonic.com/mydetails.php>Your Details</a></li>
   </ul>
   </li>
</ul></TD><TD>&nbsp;</TD><TD>&nbsp;</TD><TD>&nbsp;</TD><TD>&nbsp;</TD</TR>
    <TR>
      <TD>
</TD>
      <TD>&nbsp;</TD>
<script>buildListMenu("milonicmenu2","menuStyle2","alwaysvisible=true;orientation='vertical';top=60;left=10;") </script>
      <TD><ul id=milonicmenu3>
   <li><a href=index.html>Home Menu Number 3</a></li>
   <li><a href=#>Milonic</a>
   <ul>
      <li><a href=http://www.milonic.com/cbuy.php>Product Purchasing Page</a></li>
      <li><a href=http://www.milonic.com/contactus.php>Contact Us</a></li>
      <li><a href=http://www.milonic.com/newsletter.php>Newsletter Subscription</a></li>
      <li><a href=http://www.milonic.com/menufaq.php>FAQ</a></li>
      <li><a href=http://www.milonic.com/forum/>Discussion Forum</a></li>
      <li><a href=http://www.milonic.com/licenses.php>Software License Agreement</a></li>
      <li><a href=http://www.milonic.com/privacy.php>Privacy Policy</a></li>
   </ul>
   </li>
   <li><a href=#>Partners</a>
   <ul>
      <li><a href=htpp://www.a-q.co.uk/?milonicmenu>(aq) Web Hosting</a></li>
      <li><a href=htpp://www.softidiom.com/?milonicmenu>WebSmith</a></li>
      <li><a href=htpp://www.sms2email.com/?milonicmenu>SMS 2 Email</a></li>
   </ul>
   </li>
   <li><a href=#>Links</a>
   <ul>
      <li><a href=http://www.apache.org/>Apache Web Server</a></li>
      <li><a href=htpp://www.mysql.com/>MySQL Database Server</a></li>
      <li><a href=htpp://www.php.net/>PHP - Development</a></li>
      <li><a href=htpp://www.phpbb.com/>phpBB Web Forum System</a></li>
      <li><a href=#>Anti Spam Tools</a><ul>
         <li><a href=htpp://www.spamcop.net/>Spam Cop</a></li>
         <li><a href=htpp://www.mimedefang.org/>Mime Defang</a></li>
         <li><a href=htpp://www.spamassasin.com/>Spam Assassin</a></li>
      </ul>
      </li>
   </ul>
   </li>
   <li><a href=#>My Milonic - Other Style</a>
   <ul class=menuStyle2>
      <li><a href=http://www.milonic.com/login.php>Login</a></li>
      <li><a href=http://www.milonic.com/mylicenses.php>My Licenses</a></li>
      <li><a href=http://www.milonic.com/myinvoices.php>My Invoices</a></li>
      <li><a href=http://www.milonic.com/support/>Make Support Request</a></li>
      <li><a href=http://www.milonic.com/support/>View Support Requests</a></li>
      <li><a href=http://www.milonic.com/mydetails.php>Your Details</a></li>
   </ul>
   </li>
</ul></TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
    </TR><TR>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
    </TR>
    <TR><TD valign="top">The menu at the right has had the milonic ID removed so it would appear and not be part of the Milonic system.</TD>
      <TD><ul>
   <li><a href=index.html>Welcome</a></li>
   <li><a href=#>Information</a>
   <ul>
      <li><a href=http://www.milonic.com/contactus.php>Contact Us</a></li>
      <li><a href=http://www.milonic.com/privacy.php>Privacy Policy</a></li>
   </ul>
   </li>
   <li><a href=#>Partners</a>
   <ul>
      <li><a href=htpp://www.a-q.co.uk/?milonicmenu>(aq) Web Hosting</a></li>
   </ul>
   </li>
   <li><a href=#>Links</a>
   <ul>
      <li><a href=http://www.apache.org/>Apache Web Server</a></li>
      <li><a href=#>Anti Spam Tools</a><ul>
         <li><a href=htpp://www.spamcop.net/>Spam Cop</a></li>
      </ul>
      </li>
   </ul>
   </li>
   <li><a href=#>Get Started</a>
   <ul>
      <li><a href=http://www.milonic.com/login.php>Login</a></li>
      <li><a href=http://www.milonic.com/mydetails.php>Your Details</a></li>
   </ul>
   </li>
</ul></TD>
     
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      TD>&nbsp;</TD>
      TD>&nbsp;</TD>
    </TR>
   <TR>
   <TD>Pop List Menu Below</TD>
      <TD>&nbsp;</TD>
   <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      TD>&nbsp;</TD>
      TD>&nbsp;</TD>
    </TR>
    <TR>
      <TD><ul id=milonicpopupmenu>
   <li><a href=index.html>Popup Menu</a></li>
   <li><a href=#>Milonic</a>
   <ul>
      <li><a href=http://www.milonic.com/cbuy.php>Product Purchasing Page</a></li>
      <li><a href=http://www.milonic.com/contactus.php>Contact Us</a></li>
      <li><a href=http://www.milonic.com/newsletter.php>Newsletter Subscription</a></li>
      <li><a href=http://www.milonic.com/menufaq.php>FAQ</a></li>
      <li><a href=http://www.milonic.com/forum/>Discussion Forum</a></li>
      <li><a href=http://www.milonic.com/licenses.php>Software License Agreement</a></li>
      <li><a href=http://www.milonic.com/privacy.php>Privacy Policy</a></li>
   </ul>
   </li>
   <li><a href=#>Partners</a>
   <ul>
      <li><a href=htpp://www.a-q.co.uk/?milonicmenu>(aq) Web Hosting</a></li>
      <li><a href=htpp://www.softidiom.com/?milonicmenu>WebSmith</a></li>
      <li><a href=htpp://www.sms2email.com/?milonicmenu>SMS 2 Email</a></li>
   </ul>
   </li>
   <li><a href=#>Links</a>
   <ul>
      <li><a href=http://www.apache.org/>Apache Web Server</a></li>
      <li><a href=htpp://www.mysql.com/>MySQL Database Server</a></li>
      <li><a href=htpp://www.php.net/>PHP - Development</a></li>
      <li><a href=htpp://www.phpbb.com/>phpBB Web Forum System</a></li>
      <li><a href=#>Anti Spam Tools</a><ul>
         <li><a href=htpp://www.spamcop.net/>Spam Cop</a></li>
         <li><a href=htpp://www.mimedefang.org/>Mime Defang</a></li>
         <li><a href=htpp://www.spamassasin.com/>Spam Assassin</a></li>
      </ul>
      </li>
   </ul>
   </li>
   <li><a href=#>My Milonic - Other Style</a>
   <ul class=menuStyle2>
      <li><a href=http://www.milonic.com/login.php>Login</a></li>
      <li><a href=http://www.milonic.com/mylicenses.php>My Licenses</a></li>
      <li><a href=http://www.milonic.com/myinvoices.php>My Invoices</a></li>
      <li><a href=http://www.milonic.com/support/>Make Support Request</a></li>
      <li><a href=http://www.milonic.com/support/>View Support Requests</a></li>
      <li><a href=http://www.milonic.com/mydetails.php>Your Details</a></li>
   </ul>
   </li>
</ul></TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>
<br>

</TD>
     <TD>&nbsp;</TD>
    </TR>
    <TR>
      <TD>&nbsp;</TD>
      <TD>5th list menu here</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
    </TR>
    <TR>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
    </TR>
    <TR>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
      <TD>&nbsp;</TD>
    </TR>
  </TABLE>
</CENTER><a href=# onmouseover="popup('milonicpopupmenu',1)" onmouseOut="popdown()">POPUP MouseOver</a>
<P><script>
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="/images/arrow.gif";
subimagepadding=2;
}

with(menuStyle2=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="14px";
fontstyle="normal";
offbgcolor="darkblue";
offcolor="yellow";
onbgcolor="#ffffff";
oncolor="#ff0000";
padding="6px"
}

with(menuStyle3=new mm_style()){
bordercolor="#FF3366";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="14px";
fontstyle="normal";
offbgcolor="#FFFF00";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#ff0000";
padding="6px"
}
// syntax: buildListMenu("id of list", "menu style name", "main menu properties")

buildListMenu("milonicmenu1","menuStyle","alwaysvisible=true;orientation='horizontal';top=10;left=10;")
buildListMenu("milonicmenu3","menuStyle3","alwaysvisible=true;orientation='vertical';screenposition='top,right';followscroll=1;")
buildListMenu("milonicpopupmenu","menuStyle","")

</script>
</BODY></HTML>


As you can see I have move one on the BuildMenu()'s to under the Unorderd tags.

See if it works for you, I need all the BuildMenu() under the Unorderd tags they use. As My cms works in modules.

Thanks For all your help

Tech-Head[/code]


Poster: Ruth
Dated: Sunday July 9 2006 - 19:43:03 BST

Hi,

I don't know what cms is unless it's just the generic content management system or something. I do understand in general about modules [sort-of] Like building a modular home...it's put together using a bunch of different modules.

That is going to be the problem and I'll have to post to Milonic to see if there is any solution.

Ruth

CMS


Poster: Tech-Head
Dated: Monday July 10 2006 - 8:55:40 BST

Yeah Im building my own CMS ( Content Management System ) and yes it's all done by modules :D I hope Milonic has got a fix for this as I would really like to use this menu, and I will be buying a multi user license as soon as I/we can get it to work.

I do think this is the best menu system on the net and I hope that fix will come very soon as I have not got that much time to get my cms finished ( about two weeks )

I also have another question can the listbased plugin work along-side the tree plugin so the menu will read from an unorderd list and display a tree menu at the end. ( Hope it does )

Anyway thanks for your help, and i`ll look forward to reading your next reply.

Thanks again

Tech-Head


Poster: Ruth
Dated: Monday July 10 2006 - 18:24:19 BST

Hi,

Just because I don't know anything :) couldn't you do a module that would be placed just above the closing body/html tags and that module would have the menustyles and the buildListMenus() part? The one I did has all the list menus in the table, but it has the styles and the buildListMenu call just above the closing body/html tags.

I have no clue if that would work since I actually have no clue about modules and the resulting pages :?

Ruth


Poster: Ruth
Dated: Tuesday July 11 2006 - 18:41:19 BST

Hi Again,

I have not heard back from Milonic yet. They are probably working on the issue to see if it can be done.

I suggest you might also contact them using the contact form since this is a 'pre-sale' issue. You can explain the circumstances of wanting to use the menu for this project, the necessity of the multiple listbased and the circumstances.

http://www.milonic.com/contactus.php

Ruth

Found The Answer


Poster: Tech-Head
Dated: Wednesday July 12 2006 - 6:06:24 BST

Hi,

Just been looking around the Listbased2.js and I have found the answer, All I did was move _lpss=0 inside the function buildlistmenu, and it worked it was because the counter was still on it`s last value not at 0. :D

And I have tested the Listbased with the tree and it works ( Well done to Milonic ) as soon as I get all of it working with my cms I am going to buy the Multiuser license :D

Thanks For all your Help Ruth

Thanks Again

Tech-Head


Poster: Ruth
Dated: Wednesday July 12 2006 - 19:10:22 BST

Hi,

Could you tell me what you did to get the treemenu to work? I've been trying different things and just can't get it to work like a treemenu.

Ruth