Search found 1 match

by jayaraj
Thu Mar 30, 2006 12:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Help Me
Replies: 1
Views: 1658

Help Me

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 ...