STOPPING MENU MOVING

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
richard_cooling@hotmail.c
Beginner
Beginner
Posts: 1
Joined: Sun May 19, 2002 7:24 pm

STOPPING MENU MOVING

Post by richard_cooling@hotmail.c »

HOW CAN I STOP THE MENU FROM SCROLLING DOWN THE PAGE?? WITHOUT CAUSING AN ERROR?
Guest

Re: STOPPING MENU MOVING

Post by Guest »

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
Guest

Re: STOPPING MENU MOVING

Post by Guest »

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,
Post Reply