Help for a New User

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
gwoodard
Advanced
Advanced
Posts: 11
Joined: Thu Jul 17, 2003 4:52 am
Location: Minnesota
Contact:

Help for a New User

Post by gwoodard »

Greetings all.

I would appreciate if someone could take a look at http://www.usfamily.net/web/gv.woodard and tell me what I did wrong. I loaded the appropriate version 5 files but the menu will not load.

Thanks for helping

Greg
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

What you have in menu_data.js is not what is needed to build the Milonic menu. Take a look at the sample file in the download again and go from that.

Also, why do you have the JS calls and the Flash inside an <h2>?
John
gwoodard
Advanced
Advanced
Posts: 11
Joined: Thu Jul 17, 2003 4:52 am
Location: Minnesota
Contact:

Post by gwoodard »

Thanks, and I do not have any idea why I have JS calls and Flash inside h2. I will have to work on that!

Greg
gwoodard
Advanced
Advanced
Posts: 11
Joined: Thu Jul 17, 2003 4:52 am
Location: Minnesota
Contact:

Another Request

Post by gwoodard »

Hi all. Could someone take a look again at http://www.usfamily.net/web/gv.woodard and tell me what I am doing wrong?
I have loaded up all the necessary files (I think) and have loaded to appropriate code (I think) and read the documents that came with the download.

If someone could take a look and give me a little tutoring, I would be grateful.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Specifically, right here...

Code: Select all

<script language=JavaScript>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=mmenuns4.js><\/scr"+"ipt>");		
else _d.write("<scr"+"ipt language=JavaScript src=mmenudom.js><\/scr"+"ipt>");</script>
Unfortunately, that's not where those files are located. :(

It should be...

Code: Select all

<script language=JavaScript>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=milonicmenu/mmenuns4.js><\/scr"+"ipt>");		
else _d.write("<scr"+"ipt language=JavaScript src=milonicmenu/mmenudom.js><\/scr"+"ipt>");</script>
The other 2 calls are correct, so if there's nothing wrong in your _data this should bring up the menu.

Also, we're up to RC30 now, so you might want to upgrade.
John
Post Reply