The menu seems to work beautifully in all browsers mac and pc but somehow in IE5.2 on a mac the navigation suddenly disappears after clicking on the link. It comes back once the page has refreshed.

Anybody out there who could help....?
Thanks!!!!
As far as I know, there's only one case that requires you to load the menu scripts into the <body> instead of the <head>. That's when you are using a table-bound menu (relative positioning) and you want it to work in IE on a Mac (look here for more info).rudy wrote:I know the installating instructions for the Milonic Menus states the <SCRIPT> should be placed in either the <HEAD> or <BODY> section of the HTML page you wish the menu to show up in.
A couple of users state this must be put in the <BODY> section or the menu will not show up, or work properly, in the MAC users pages. Is this the case?
Are the instructions correct, or do I need to move th <SCRIPT> out of my <HEAD> tag and into the <BODY> tag?
I have viewed my menu using ICapture but that does not allow me to actually test the menu. I don't have a MAC or know anyone that does, so I thought I would ask the question as I have read a couple of differing opinions on this. Of course, I would like the menu to work in as many OS platforms and browsers as possible.As far as I know, there's only one case that requires you to load the menu scripts into the <body> instead of the <head>. That's when you are using a table-bound menu (relative positioning) and you want it to work in IE on a Mac
I have found that for Mac IE 5.2, the scripts can be placed in the <head> section, but the key item is the drawMenus() which is contained in menu_data.js. If you comment out drawMenus() and instead place just the drawMenus() in a script beneath the body. It will work.rudy wrote:I know the installating instructions for the Milonic Menus states the <SCRIPT> should be placed in either the <HEAD> or <BODY> section of the HTML page you wish the menu to show up in.
A couple of users state this must be put in the <BODY> section or the menu will not show up, or work properly, in the MAC users pages. Is this the case?
Are the instructions correct, or do I need to move th <SCRIPT> out of my <HEAD> tag and into the <BODY> tag?