[jQuery] Re: Fade in background image.

2008-07-08 Thread lamy
Hm, good idea. I'm gonna try it tomorrow. -- View this message in context: http://www.nabble.com/Fade-in-background-image.-tp18336552s27240p18345124.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] Re: Fade in background image.

2008-07-08 Thread noon
I see your problem now. What about using a z-index and have them float on top of each other? This way no element is kicked out of position. I don't know your CSS savvy but having a container for the item with a position of relative, and then the children with absolute positioning would have the

[jQuery] Re: Fade in background image.

2008-07-08 Thread Liam Byrne
Maybe try using hoverIntent ? Liam lamy wrote: Hi there! I'd like to create an effect like the one on the jquery Ui website. Someone hovers over an item and is changes its background color smoothly. This is how far I've got: $(".actionmenu").mouseover(function(){ if($(this).css("b