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
error javascript with IE loading script mmenudom.js
In your style definition you have...
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.
Code: Select all
pagebgcolor="#fffff";
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.