less than zero wrote:
> 
> ...
> 
> the problem I'm coming up against is when the mouseover/mouseout events
> are triggered. I've set the events to be triggered from the gallery
> container, but it seems like the mouse events are called everytime the
> cursor goes over any of the images within the gallery instead.
> 
> ...
> 

That's how mouseover/mouseout events work, and before I started using
jQuery, it caused me a lot of frustration. Fortunately, jQuery has the
mouseenter/mouseleave events, which will behave exactly the way you want
them to.

HTH,

--James
-- 
View this message in context: 
http://www.nabble.com/Mouse-event-problem-tp23480749s27240p23643602.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to