[jQuery] Cycle Plugin and IE6

2009-12-28 Thread Joseph
Hi, We've been doing a slideshow for the featured content/ads on one of our sites and I'm having problems getting the plugin to work with IE6, I think maybe it's a CSS problem or something, but haven't nailed it yet. Anyone that could give me advice or anything? This is the URL of the slide: http

[jQuery] Re: Problems with JQuery Cycle Plugin and IE6

2009-05-18 Thread abelafonte
This is exactly what I needed. Had no idea what was going on when the slide mysteriously had a background color that matches a div three levels up in the hierarchy. I guess there's no fix for the lack of transparency with this attribute set? On May 11, 1:37 pm, Maksym Melnyk wrote: > Here's th

[jQuery] Re: Problems with JQuery Cycle Plugin and IE6

2009-05-11 Thread Maksym Melnyk
Here's the solution from the Mike Alsup. "Hi Shane, There are two cleartype options in Cycle, and unfortunately one of them is not documented (yet). The general purpose of the cleartype logic in Cycle is to workaround a rendering issue in IE when cleartype is enabled on the system. When a Wind

[jQuery] Problems with JQuery Cycle Plugin and IE6

2009-05-08 Thread Chris
Hi, I am having a problem with IE6 and the cycle plugin. In IE6 it shows a black background over my div background image (I set via css a background image to a master div). cleartype set to false, cleartypeNoBg to true. I am cycling transparent png images. In IE7+ and Firefox everything is ok. A

[jQuery] Re: Problems with JQuery Cycle Plugin and IE6

2008-04-15 Thread kirstyburgoine
My testing server is now working again. Yay! You can view the problem page at: http://www.admgroup.entadsl.com/bg_bags/index.php Thanks Kirsty On Apr 11, 5:23 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > >  Unfortunately, I am having problems with my server at the moment so I > >  could only

[jQuery] Re: Problems with JQuery Cycle Plugin and IE6

2008-04-15 Thread kirstyburgoine
Hi Mike, Sorry its taken a while to get back to you. My version of IE6 does work with your demo pages. This is my CSS for s1: #s1 { /* image cycle used on index.php */ width: 250px; height: 300px; float:right; } I'm still having problems upload ing to my testing server so I've pasted in my code

[jQuery] Re: Problems with JQuery Cycle Plugin and IE6

2008-04-11 Thread Mike Alsup
> Unfortunately, I am having problems with my server at the moment so I > could only test this locally. It still isn't working though. Now IE6 > crashes before it loads any of the page. > > I'm sure I'm missing something really obvious. Well it's not obvious to me. What is the css for s1 and

[jQuery] Re: Problems with JQuery Cycle Plugin and IE6

2008-04-11 Thread kirstyburgoine
Hi Mike, Thanks for replying I am a newbie with this so appreciate your help. I've changed my code now so that in I have: $(function() { $('#s1').cycle(); }); and I deleted: $('#s1').cycle('fade'); from the so that the images I want to fade look like this:

[jQuery] Re: Problems with JQuery Cycle Plugin and IE6

2008-04-11 Thread kirstyburgoine
Hi Mike, Thanks for replying. This is what I've done I deleted: $('#s1').cycle('fade'); and put this in $(function() { $('#s1').cycle();}); However, now the page doesn't even load before IE6 crashes. It all works in IE7 and Firefox but not IE6. Thanks for your help Kirsty On

[jQuery] Re: Problems with JQuery Cycle Plugin and IE6

2008-04-11 Thread Mike Alsup
> Hi, > I'm relatively new to using JQuery so maybe making a newbie error bt > can't see where. > > I've installed the JQuery Cycle Plugin on the homepage of a website > I've built and it works perfectly in Firefox, Safari, and IE7 but it > crashes IE6. > > I have used this plugin before an

[jQuery] Problems with JQuery Cycle Plugin and IE6

2008-04-11 Thread kirstyburgoine
Hi, I'm relatively new to using JQuery so maybe making a newbie error bt can't see where. I've installed the JQuery Cycle Plugin on the homepage of a website I've built and it works perfectly in Firefox, Safari, and IE7 but it crashes IE6. I have used this plugin before and it worked perfectly i