error javascript with IE loading script mmenudom.js

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
ZEBULON
Beginner
Beginner
Posts: 1
Joined: Wed Nov 15, 2006 10:36 pm

error javascript with IE loading script mmenudom.js

Post by ZEBULON »

I have an error raised in Internet Explorer 6 (not in FF 1.x or even FF 2.0 while charging the mmenudom.js

I have the latest release of milonic menu.

Using debugger yesterday trouble was on _gs.background=I[7] undefined , today using another computer it is with d$(_mni) undefined ...

You could see the trouble accessing on this page

http://www.ducatigrenoble.com/ducatigre ... i/749s.htm
http://www.ducatigrenoble.com/ducatigre ... i/1098.htm
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

In your style definition you have...

Code: Select all

pagebgcolor="#fffff";
You're one 'f' short.

Also, I'd suggest not using % for the font size. In FF2 the font is very small, almost unreadable, while the same page in IE7 is good. Use px instead.
Post Reply