Hi,
I want to hide and show the menu based on a click of an image or on mouseover of an image. To do this, how do we change the value for the alwaysVisible field in the js file to 0.
Or Is there any other way to do the same.
Your help in this will be greatly appreciated.
Thanks
Siva
Changing the script value (alwaysVisible) dynamically
Hi,
See this post and my response on how to do this
viewtopic. ... 3289#43289
If you need more info, post back.
Ruth
See this post and my response on how to do this
viewtopic. ... 3289#43289
If you need more info, post back.
Ruth
Thanks Ruth for your information.Ruth wrote:Hi,
See this post and my response on how to do this
viewtopic. ... 3289#43289
If you need more info, post back.
Ruth
I would like to see the menu that came up after clicking the button to remain in the screen until I click on the other button which will bring up another popup.
Thanks.
Hi,
Try adding keepalive=1; So in what I posted it would be
That should do it. If not, you'll need to provide the page with the menu so I can work it out using what you have.
Ruth
Try adding keepalive=1; So in what I posted it would be
Code: Select all
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
style=menuStyle;
top=10;
aI("image=blueheaderleft.gif;showmenu=real main;openonclick=1;keepalive=1;");
Ruth