Menu displays in IE but not in Firefox

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
gmester
Advanced
Advanced
Posts: 10
Joined: Tue Oct 11, 2005 9:54 pm

Menu displays in IE but not in Firefox

Post by gmester »

I am using FireFox version 1.0.4 and the menu will not display at all. No errors visible.

In IE, the menu displays like a champ.

I am using Milonic Release 5.0 downloaded on 9/23/2005.

Here is how I call the .js file includes:

<script type="text/javascript" src="tools/milonic/milonic_src.js"></script>

<script type="text/javascript">
<!--
if(ns4)_d.write("<scr"+"ipt language=javascript src=tools/milonic/mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=javascript src=tools/milonic/mmenudom.js><\/scr"+"ipt>");
-->

</script>

<script language=Javascript src="tools/milonic/menu_data.js" type=text/javascript></script>
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

There's no way we can see from just the menu calls what the problem is. Do you have a link, please?

Ruth
gmester
Advanced
Advanced
Posts: 10
Joined: Tue Oct 11, 2005 9:54 pm

Post by gmester »

This is for a secure test site.

Can I email you login information for a test account I have set up for Milonic so you can view it?

I have purchased a copy of the Milonic software and qualify for technical support, so is this the right place for me to submit for help?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Did you get the problem fixed?

Ruth
gmester
Advanced
Advanced
Posts: 10
Joined: Tue Oct 11, 2005 9:54 pm

Post by gmester »

I have emailed you a login.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

I have not received any email.

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

Post by Ruth »

:oops: Sorry, I messed up the spelling.

Ruth
Last edited by Ruth on Thu Nov 17, 2005 7:42 pm, edited 1 time in total.
gmester
Advanced
Advanced
Posts: 10
Joined: Tue Oct 11, 2005 9:54 pm

Post by gmester »

I sent email but it was rejected.

I will send email to the new email address posted.

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

Post by Ruth »

Hi,

I don't know if this has anything to do with it, but I'm getting an error message in FF 1.0.2 I left out the url since it's a secure site and you have the url :)

Code: Select all

Error: per has no properties
Source File   menu_data.js
Line: 33
When I click to find out where it is, it shows the second line of the two posted

Code: Select all

var per = MM_findObj('drawer'); 
var perms = per.value;
I'm working on the page to see if I find anything else, but wanted to give you that info.

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

Post by Ruth »

Hi again,

OK, if you move your call for the menu files to the first thing after the body tag the menu shows up.

Ruth
gmester
Advanced
Advanced
Posts: 10
Joined: Tue Oct 11, 2005 9:54 pm

Post by gmester »

Hey that did work.

Who would think that moving the library call clsoer to the body tag would work.

I tip my hat to the experts.

Thanks.

- gabor
Post Reply