I'm using jQuery cycle with a Wordpress theme for cycling some header/banner images. When the page first loads, all of the images appear stacked on top of each other, covering most of the page content, and then a few seconds later the images cycle correctly. But for the first few seconds, this happens everytime, even if the images are cached it seems. There are two cycles on the page, one on the sidebar, but this one doesn't appear to have any issues. I've tried setting the container <div> for the slideshow to "overflow:hidden" via CSS, but that doesn't work either. My site can be seen here:
http://greenteelawncare.comand the problem should be apparent on the home page. I've used jQuery cycle with Wordpress before and never had any problems. In this case, I'm also using the "Contact Form 7" plugin, but I've used these two plugins together before and not had any problems. I even disabled Contact Form 7 from loading a jQuery script to avoid conflicts.
I've been stumped on this for awhile so if anyone has any ideas I'd greatly appreciate it. Thanks!