[jQuery] Re: z-index issue

2009-01-11 Thread godzilla74
Yes, it was solved! Thanks for the help everyone. I had to use a callback in the hoverout animate() function, so the z- index would actually be taken care of AFTER the animation ran: $('span.resize').hover(function(){ //testing //$('#test').html(iWidth +'

[jQuery] Re: z-index issue

2009-01-10 Thread jQuery Lover
I guess this was solved in your later repost. Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 10, 2009 at 12:05 PM, godzilla74 wrote: > > Hi, > > I'm just learning jQuery and working on stuff for fun, but right now, > I am stumped! I have a hover animation happeni