javascript
i'll go into a little more detail of what is going on and mabe that wil help.
i have a slideshow and a menu. when you mouse over on the images in the menu, the slide show image will change to the appropriate image and pause the show. (clearTimeout()). when the mouse leaves the image, the slide show should be resumed.
the problem comes when i roll the mouse up and down the menu. the slide show resumes just fine, but instead of my 2.5 second delay on the image rotation, it goes though my images super quickly.
i'm thinking this is because i'm setting multiple instances of setTimeout() and that they arn't clearing properly.
i thought there was a command that was like a master clearTimeout() but i don't remember. i'm going to try a couple more things and if that doesn't work i'll post my code up here.