[jQuery] Re: Any trick to making text at has been faded in look good?

2009-01-12 Thread Rick Faircloth
bject: [jQuery] Re: Any trick to making text at has been faded in look good? > > > Look at Mike Alsup's solution > > On Jan 12, 1:37 pm, "Rick Faircloth" wrote: > > Can you be more specific?  Are you saying the filter attribute > > causes IE to poorly rend

[jQuery] Re: Any trick to making text at has been faded in look good?

2009-01-12 Thread Kean
fadeIn(500).attr('filter', '') ??? > > Rick > > > -Original Message- > > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf Of Kean > > Sent: Monday, January 12, 2009 4:08 PM > > To: jQuery (English) > >

[jQuery] Re: Any trick to making text at has been faded in look good?

2009-01-12 Thread Rick Faircloth
y-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > Behalf Of Kean > Sent: Monday, January 12, 2009 4:08 PM > To: jQuery (English) > Subject: [jQuery] Re: Any trick to making text at has been faded in look good? > > > Learned something today.. it's nice to know that the f

[jQuery] Re: Any trick to making text at has been faded in look good?

2009-01-12 Thread Kean
k > > > > > -Original Message- > > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf Of Mauricio > (Maujor) Samy > > Silva > > Sent: Monday, January 12, 2009 12:03 PM > > To: jquery-en@googlegroups.com > > Subject:

[jQuery] Re: Any trick to making text at has been faded in look good?

2009-01-12 Thread Rick Faircloth
t; class on both demo p's. Rick > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > Behalf Of Mauricio (Maujor) Samy > Silva > Sent: Monday, January 12, 2009 12:03 PM > To: jquery-en@googlegroups.com > Subject: [jQuery

[jQuery] Re: Any trick to making text at has been faded in look good?

2009-01-12 Thread Rick Faircloth
ups.com] On > Behalf Of Mike Alsup > Sent: Monday, January 12, 2009 11:58 AM > To: jQuery (English) > Subject: [jQuery] Re: Any trick to making text at has been faded in look good? > > > > However, .fadeIn leaves text looking *u-ga-ly*... changing > > .fadeIn to .show l

[jQuery] Re: Any trick to making text at has been faded in look good?

2009-01-12 Thread Mauricio (Maujor) Samy Silva
Are you talking about Internet Explorer browser? If so, have a look in the following article: http://www.kevinleary.net/blog/jquery-fadein-fadeout-problems-in-internet-explorer/ Maurício -Mensagem Original- De: "Rick Faircloth" Para: Enviada em: segunda-feira, 12 de janeiro de 2009

[jQuery] Re: Any trick to making text at has been faded in look good?

2009-01-12 Thread Mike Alsup
> However, .fadeIn leaves text looking *u-ga-ly*... changing > .fadeIn to .show leaves text nicely rendered in the browser. > > Is there some trick or other way to cause the browsers to > render text that has been faded in looking good? IE is the only browser that struggles with this. Here's a ha