[jQuery] Re: Cycle plugin adds white background in ie6 and ie7

2009-03-30 Thread Smoggy
It also seems to only be an issue with the latest release I am using an older version of cycle and it works fine I will try the issues mentioned above also. On Mar 29, 6:07 pm, Christian Cibelli chcibe...@gmail.com wrote: Hey Mike, I have the same problem on my site. I added the cleartypeNoBg

[jQuery] Re: Cycle plugin adds white background in ie6 and ie7

2009-03-30 Thread Smoggy
I just added cleartypeNoBg: true and that removed the background on the newest version if cycle On Mar 30, 11:47 am, Smoggy nate.scave...@gmail.com wrote: It also seems to only be an issue with the latest release I am using an older version ofcycleand it works fine I will try the issues

[jQuery] Re: Cycle plugin adds white background in ie6 and ie7

2009-03-30 Thread Mike Alsup
I just added cleartypeNoBg: true and that removed the background on the newest version if cycle Try false, not true.

[jQuery] Re: Cycle plugin adds white background in ie6 and ie7

2009-03-29 Thread Merindol
Great option ! And the text is no affected. Thanks to you. Mike Alsup a écrit : Thanks for the tip. Removing the cleartype solves the issue but indeed the text is ugly (I'm using Cycle on paragraphs of text). Actually, instead of removing cleartype, I just added the CSS rule background:

[jQuery] Re: Cycle plugin adds white background in ie6 and ie7

2009-03-29 Thread Christian Cibelli
Hey Mike, I have the same problem on my site. I added the cleartypeNoBg but nothing happens, it just was fixed when i use cleartype but, the text goes ugly :( any idea? thanks a lot, On Mar 29, 11:09 am, Merindol rndme...@gmail.com wrote: Great option ! And the text is no affected. Thanks

[jQuery] Re: Cycle plugin adds white background in ie6 and ie7

2009-03-29 Thread Mike Alsup
I have the same problem on my site. I added the cleartypeNoBg but nothing happens, it just was fixed when i use cleartype but, the text goes ugly :( any idea? No ideas other than what I already posted. Maybe you could post a link to your site?

[jQuery] Re: Cycle plugin adds white background in ie6 and ie7

2009-03-27 Thread Merindol
Hi. Thanks for the tip. Removing the cleartype solves the issue but indeed the text is ugly (I'm using Cycle on paragraphs of text). Actually, instead of removing cleartype, I just added the CSS rule background: transparent !important; on paragraphs, because I discovered that on IE7/8 a

[jQuery] Re: Cycle plugin adds white background in ie6 and ie7

2009-03-27 Thread Mike Alsup
Thanks for the tip. Removing the cleartype solves the issue but indeed the text is ugly (I'm using Cycle on paragraphs of text). Actually, instead of removing cleartype, I just added the CSS rule background: transparent !important; on paragraphs, because I discovered that on IE7/8 a

[jQuery] Re: Cycle plugin adds white background in ie6 and ie7

2009-03-25 Thread Merindol
I have the same problem, but it's not white : it's the same color as the first parent that has its background-color defined. As a workaround I added background: transparent !important; to the cycled blocks. But that doesn't help to find where the problem is. Regards. On 25 mar, 02:26, Smoggy

[jQuery] Re: Cycle plugin adds white background in ie6 and ie7

2009-03-25 Thread Mike Alsup
It might have something to do with cleartype option. Try setting the cleartype to false: $('#slideshow').cycle({ cleartype: false }); On Mar 25, 6:09 pm, Merindol rndme...@gmail.com wrote: I have the same problem, but it's not white : it's the same color as the first parent that has its