Hi Everyone,

I'm pretty new to jQuery, and my JavaScript sills aren't very good to0, but
they're not too bad either.

I'm in need to fade a whole div, with couple of input fields, text and
images inside it from 50% to 100% opacity. I used simple way to get it:
$("div").mouseover( function() { $(this).fadeTo("slow", 1) } ); 

however this way i get annoying re-fade effect when i move mouse inside that
div without leaving it: http://www.adpro.ee/temp/delme.html

Is there any way around to make it work properly?

Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/fadeTo-refiering-flickering-when-hovering-div%27s-element-tp14375108s27240p14375108.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to