I have incorporated jQuery Cycle into many of my projects. This time, however, I am encountering a strange visual issue. Upon loading the page, all the slides appear stacked on top of each other. As the cycle progresses through each slide, the glitch eventually corrects itself (until the page is refreshed). You can view an example and code here. The image below illustrates the glitch, which appears to be occurring across all browsers (tested in Firefox 4, Safari 5, Chrome 10, IE8).
Adding a background color to each slide div
does somewhat resolve the problem by hiding the other slides, but it doesn't provide a proper solution in my opinion.
I've been struggling with this issue all afternoon and I'm a bit stumped. Any assistance would be greatly appreciated.
Thank you