[jQuery] Re: Loop with mouse enter / leave events: help needed !

2009-07-24 Thread nitin
hello EE, the problem here that you have positioned the background 24px from the top, so the button though looks till the image ends, but the actual div container which reads the mouseenter and mouseleave ends at the middle of the button image itself. as deltaf said, install the firebug add-on i

[jQuery] Re: Loop with mouse enter / leave events: help needed !

2009-07-23 Thread deltaf
The container with the appearing image overlaps the rollover area halfway. I determined this with Firebug by changing the div's style to include "background: red". The answer was very clear then. :) On Jul 23, 12:40 pm, eelziere wrote: > Hi All, > > I am very new to jquery. > > Here is a small