buildAfterLoad mmenudom issue in IE

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
mattphisto
Beginner
Beginner
Posts: 5
Joined: Tue Aug 07, 2007 10:38 pm

buildAfterLoad mmenudom issue in IE

Post by mattphisto »

Hi there,

I seem to have stumbled on an odd issue specific to my license for mattopia.com. The menu is in a table and when I try to use the command buildAfterLoad, I get an invalid argument error in Internet Explorer 6 and 7. The menu works fine in Firefox and Netscape.

While debugging in IE, the error points to line 20 in the mmenudom script.

Is it possible to have this script further debugged or regenerated for this license?

For the time being, I've set it to buildBeforeLoad, which is working adequately, but sometimes the menu pulls in to the far right of the screen and I have to refresh the IE browser in order for it to center properly.

What makes it all the more strange is that the other licenses I have installed use the buildAfterLoad command and they're working fine in Internet Explorer.

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

Post by Ruth »

Hi,

You can try putting the calls for all the files into the table, which I believe is how it's supposed to be done when using buildAfterLoad. If that doesn't work, you'll have to contact Milonic directly. With a professional license you can use the beta support system. Go to Milonic.com and at the bottom is a text link to Tech Support.

Ruth
mattphisto
Beginner
Beginner
Posts: 5
Joined: Tue Aug 07, 2007 10:38 pm

Post by mattphisto »

I did try moving the includes, but to no avail. I've opened a ticket with Milonic Support.

Thanks,
Matt
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Just replied to your ticket, here's the response in case anybody else has this issue:
Hi,

The faulty line is borderstyle="bold"; - borderstyle cannot be bold, I'm guessing you mean solid.

Changing it to borderstyle="solid"; will fix the problem.
-- Andy
Post Reply