I am using v 3.5.15 of the menu. I only have one script running the menu. The problem that I am having, is that it displays entirely correct in Netscape, and only partially correct in IE and Opera. The problem in IE and Opera is different.
In IE, the problem shows up on every page except the main page which the submenus' highlight and border don't get cut off at the appropriate length as they do in the main page.
In Opera, the problem is slightly different, in that it adds an extra space in each submenu item cell.
Here is a snippit from the menu_array.js file that I am using:
Code: Select all
addmenu(menu=["SUPPORT",
,,160,1,,XPMenu,0,,,
0,0,0,,,0,0,,,0,"margin=2",
," Common Questions","# onbordercolor=316AC5;offbordercolor=99CCFF;",,"Support :: Common Questions",0
," Help & Support","# onbordercolor=316AC5;offbordercolor=99CCFF;",,"Support :: Help & Support",0
," Online Documentation","# onbordercolor=316AC5;offbordercolor=99CCFF;",,"Support :: Online Documentation",0
]);
Any input is greatly appreciated.