Test menu does not work: can anyone help please?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
avianskipdiver
Beginner
Beginner
Posts: 1
Joined: Tue Mar 27, 2007 5:03 pm

Test menu does not work: can anyone help please?

Post by avianskipdiver »

Can anyone please explain what's wrong here? (I can confirm the various parts are where it says they are).
http://carringtonjunior.googlepages.com/newpage9

The menu did appear once or twice when the page was first made but subsequently doesn't appear.

Is it simply that Milonic menus are not compatible with Googlepages? I thought they now were.

Thanks
Gary
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Try getting rid of the quote marks around the mmenudom and mmenuns4 files url, or make them single quotes. Please see the note below about other problems you will have if you try to implement the menu the way you have it.

Code: Select all

<SCRIPT language=JavaScript src="milonic_src.js" 
type=text/javascript></SCRIPT>

<SCRIPT language=JavaScript>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src='http://www.carrington.bucks.sch.uk/mmenuns4.js'><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src='http://www.carrington.bucks.sch.uk/mmenudom.js'><\/scr"+"ipt>"); </SCRIPT>

<SCRIPT language=JavaScript src="menu_data.js" 
type=text/javascript></SCRIPT>
From the note on the page, it seems you are going to place this menu in a div. There are special instructions for doing this, you cannot just call the files inside the div. Please see this information on table menus, which also applies to divs, to any relatively placed menu. You will probably want to use method one first, it's the easiest. Once implemented test the position of the submenus, if they are not correct in the browsers you test, you will need to use method two.

http://support.milonic.com/beginners/ta ... /index.htm

Ruth
Post Reply