[jQuery] Re: jQuery cycle IE issue

2009-09-16 Thread kcory
Hi Mike, Thanks for taking the time to respond but it still doesn't work. I've tried #slideshow1 and #slideshow1 img but still no improvement. I'm still getting the DOM queuing slideshow error in my console but now the height and width do have values. Any more suggestions? Thanks in advance

[jQuery] Re: jQuery cycle IE issue

2009-09-15 Thread Mike Alsup
Try adding style rules for the anchors - they are the actual slides in your case: #slideshow1 a { height: 463px; width: 841px; display: block; } Mike On Sep 15, 5:00 pm, kcory design...@katherinecory.com wrote: Hi, I've tried implementing jQuery cycle on my portfolio and it works in FF3