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:52

Problems with Milonic inside div


Poster: Clark
Dated: Thursday October 12 2006 - 12:14:57 BST

Hey,

I have some major problems placing the milonic menu inside a div, http://edison.eliteweb.dk <-- working fine, when i load the menu two times... but if i only load the menu in the "centerMenuFrame" the submenu's disaperes!

I am going crazy... i hope there's someone out there who can help :-)


Poster: Ruth
Dated: Thursday October 12 2006 - 21:16:29 BST

Hi Clark,

Cut the main menu from the menu_data.asp file and put it in it's own file and add a drawMenus(); at the end [both the menu_data and main data files will have a drawmenus]. Name the one with the main as main_data.asp. Then put the calls for the program files and the menu_data.asp file the first thing after the body tag, then in the div where you want the menu, put the call for the main_data.asp file.

I tried using buildAfterLoad=true and putting all the files in the div but that didn't fix it. Maybe it has something to do with the asp, but the orginal method for putting the menu in a table/div/span works.

Ruth


Poster: Clark
Dated: Friday October 13 2006 - 10:47:36 BST

If i add buildAfterLoad=true i get the following err:

_mp.3 is null or not an object...

Wow i'll get a hard time to recode the ASP to just print the main menu itself..


Poster: Clark
Dated: Friday October 13 2006 - 11:38:37 BST

Could you give me an example on how the file with only main menus and a file with submenus would look like?