Hi Thor, I've had this issue before. As Karl suggests, I was able to fix it by giving the parent element (the one calling the cycle plugin) a fixed height (the height of the images you're cycling) and an overflow of hidden in the CSS. If the slides are of different heights, set the height to the height of the first slide.
Marcus On Oct 20, 7:38 pm, thor <bry...@gmail.com> wrote: > Hi, > I am looking for assistance with a loading problem and my apologies if > this is beyond the scope of this group. > > I am running the lastest jQuery and Jquery cycle plugin. I haven't > done any customization per se only trying to get the two components to > work. I am at the point where things "seem" to work, however when the > page loads all 4 images in my DIV span down the page and then merge > into one at the end of the page load. > > I've seen other implementation of these 2 components but the images > don't flash first and then merge. > > Do you believe I need to create another function or put some more > logic into my page to have it load correctly. My goal would be to > have everything seemlessly loaded from the start. I've explored the > document.ready function and believe I have it in the correct location > of my site. No matter what though other parts of the page load > first.... > > I realize there are a lot of unknown variables but maybe someone has > an idea? > > My site is clippervacations.com and I am going to change out the > current homepage banners with jquery functionality. Nothing is LIVE > right now, but perhaps someone can get an idea. > > Thanks, > Thor