UPDATED YET AGAIN Still trying to put menu in a div.

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jwsherman
Beginner
Beginner
Posts: 3
Joined: Sat Aug 05, 2006 3:47 am

UPDATED YET AGAIN Still trying to put menu in a div.

Post by jwsherman »

I think I've managed to get this together enough that someone might be able to help. I've constructed what seems to be correct implementation of the two methods recommended at milonic support ( http://support.milonic.com/beginners/ta ... /index.htm), and put up two pages with those implementations and the text of the pertinent javascript files. You can view source to see where the code is placed.

http://developing.riverganga.org/method1.html
and
http://developing.riverganga.org/method2.html

I have tried the suggestions here: http://support.milonic.com/beginners/ta ... /index.htm, and here: http://milonic.com/tablemenu.php, and if I get no help from what I've done already, I'll put sample pages up for those too.

Please help if you can.

Thank you.
John
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Re: UPDATED YET AGAIN Still trying to put menu in a div.

Post by Andy »

Hi,

It looks like you still have the code files and the sub menus inside a div. These must go inside the <BODY> of the document (and be signed off with a drawMenus command) and only the main menu is to go inside the DIV.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: UPDATED YET AGAIN Still trying to put menu in a div.

Post by Ruth »

Hi,

There is something wrong on the pages. I don't know what it is, but when I download them I get no mmenudom.js file. I also get an error which is the result of that file not being there. I see it is in the code, and I can actually go to the method2/mmenudom.js or the method1/mmenudom.js and get the file, but it is not showing up in my temporary internet folder so it means that the file is not being called by the browser. All I can suggest as a test is to put all the milonic files and the page which they match in the same folder and see if you get the menu.

By the way, in the method one you also need to put in the position='relative'; in that main menu.

I did put the files in one folder for each page and I am able to see the menu.

Ruth
Post Reply