Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:09

Help Me


Poster: jayaraj
Dated: Thursday March 30 2006 - 12:48:54 BST

I am using the following function to show and hide menu while clicking the button. Its working fine in IE. But in Netscape7.2, its not working properly.

CODE:

function showMenu()
{
if(sMenuStatus=="hide")
{

MM_showHideLayers('divezMenuLayer','','show')
sMenuStatus="show"
menuName = 'MainMenu';
menuNum = getMenuByName(menuName);
menuDisplay(menuNum,1);
myMenu = gmobj("menu"+getMenuByName("MainMenu"))
spos(myMenu, 47, null, null, null);

}
else
{
MM_showHideLayers('divezMenuLayer','','hide')
sMenuStatus="hide"
menuName = 'MainMenu';
menuNum = getMenuByName(menuName);
menuDisplay(menuNum,0);
myMenu = gmobj("menu"+getMenuByName("MainMenu"))
spos(myMenu, -100, null, null, null);

}


}


Poster: Ruth
Dated: Tuesday April 4 2006 - 16:26:25 BST

Hello,

Can you please provide a test page with this? I can try and see what's going on, but I don't do js so I need to have the page with all this on it.

Ruth