[jQuery] Problems with accordion plug in

2008-06-28 Thread kirstyburgoine
Hi, I'm having a few problems with the accordion plugin. When the page loads it automatically adds the class 'selected' to all my links. It shouldn't do this until I click on a link. Once you click on a link the plugin works as it should do except for the arrow buttons don't change. Can someone

[jQuery] Problems Accordion plugin in IE6

2008-06-01 Thread kirstyburgoine
Hi I'm having some difficulties getting the accordion plugin to work properly in IE6. It works perfectly in firefox and Safari (although in Safari some of my borders are missing) but it drops down to far in IE6 You can view the problem here: http://www.kirstyburgoine.co.uk/biomass/Index.php Is t

[jQuery] Re: jQuery Lightbox problem

2008-04-28 Thread kirstyburgoine
ks ok to me but ther is a comment before the open of html tag > > hth - S > > 2008/4/28 ripple <[EMAIL PROTECTED]>: > > > > > First thing I notice is that your image path is broken. > > > Try fixing that 1st and maybe everything else will work out. > &g

[jQuery] jQuery Lightbox problem

2008-04-27 Thread kirstyburgoine
Hi, I've been using this great jQuery lightbox plugin for a variety of things and its always worked really well. Recently I've tried adding into my own blog site I'm building using Wordpress and now I get an error. I put this into header.php: $(document).ready(function() {

[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 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] 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