Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:39
STOPPING MENU MOVING
Poster: richard_cooling __at__ hotmail.c
Dated: Monday May 13 2002 - 12:23:34 BST
HOW CAN I STOP THE MENU FROM SCROLLING DOWN THE PAGE?? WITHOUT CAUSING AN ERROR?
Re: STOPPING MENU MOVING
Poster: Anonymous
Dated: Sunday May 19 2002 - 19:51:15 BST
With scrolling, I always had an error.
I solved this problem by adding this code in my .js file when I use a scrolling menu:
pu=0 //comment : added to avoid error pu /defined in mmmenu.js : clearTimeout(pu);
And since I added this code (pu=0) just before the timegap variable, there no more error and all seems to work fine.
have no idea if it's the solution of the best solution, but it works for me.
Hope this can help,
ben
Re: STOPPING MENU MOVING
Poster: Anonymous
Dated: Sunday May 19 2002 - 19:51:16 BST
Forgot to tell:
change this parameter in your file :
1, Follow Scrolling - Tells the menu item to follow the user down the screen
0, stop scrolling
Hope this can help
ben,