[jQuery] Re: fadeIn() on elements with alpha filter not working properly in IE

2009-06-03 Thread Luch Univision
pacity').css('filter','alpha (opacity=80)').fadeIn(); Thanks for the help guys! On Jun 2, 3:27 pm, "danny.copel...@gmail.com" wrote: > How about targeting the child, like so: > > $('elementToFade').find('div.opacity').css(&#x

[jQuery] Re: fadeIn() on elements with alpha filter not working properly in IE

2009-06-02 Thread Luch Univision
0)').fadeIn(); > > Maurício >     -Mensagem Original- >     De: Luch Univision >     Para: jQuery (English) >     Enviada em: terça-feira, 2 de junho de 2009 14:46 >     Assunto: [jQuery] fadeIn() on elements with alpha filter not working > properly in IE > >

[jQuery] fadeIn() on elements with alpha filter not working properly in IE

2009-06-02 Thread Luch Univision
I am running into an effect issue with IE only. I have a with about 4 and I apply the fadeIn() on individual based on user actions. Inside of each I have a div that is styled with: -moz-opacity:.8; opacity:0.80; filter:alpha(opacity=80); The problem is that when I fadeIn() the all of its c