On May 11, 6:25 am, less than zero <rich.la...@gmail.com> 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