Hi Wizzud, thank you for youre reply.

Unfortunatelly, it doesn't work. That way i behave exactly the same way.
Probably, this is something impossible.

All the best.

Wizzud wrote:
> 
> 
> Try using hover() instead.
> Hover() has built-in code for testing whether the element under the
> mouse has the target element as an ancestor.
> 
> On Dec 18, 9:23 am, don Jao <[EMAIL PROTECTED]> wrote:
>> 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%2...
>> Sent from the jQuery General Discussion mailing list archive at
>> Nabble.com.
> 
> 

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

Reply via email to