Hi,
When I look at your data files I see a top left positioning and not the relative position for a table placed menu. Do this and let me know if it works.
In both menu data files buildAfterLoad=true like this
Code: Select all
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildAfterLoad=true;
Then in each main menu, remove the top= and left= coding and change to position='relative';
Since both menus are now showing, if you change nothing else on the page, then they should show. If they are not showing after you do that, post back so I can figure out why they are not showing.
Ruth