what should the images below the cycle div be doing?
On Sep 30, 4:52 pm, Ricardo <ricardo.soaresdel...@gmail.com> wrote: > Here is a link:http://www.softcore.com.br/loxxi/servicos.php?idCategoria=11 > You'll see the images on the right side of the page. > > On 30 set, 11:36, amuhlou <amysch...@gmail.com> wrote: > > > I"m not sure I understand what you mean when you say the first div > > hides the second. Could you post an example page? > > > On Sep 30, 2:31 pm, Ricardo <ricardo.soaresdel...@gmail.com> wrote: > > > > Hello amuhlou! I don't want to cylce the second div. I want this div > > > to appear bellow the fist div. Now, the first div hides the second. > > > When the images in the first div fade I can see the image of the > > > second div. > > > > On 30 set, 11:12, amuhlou <amysch...@gmail.com> wrote: > > > > > the cycle plugin cycles the direct children of the div it's > > > > initialized on. If your goal is to cycle the 2nd div as well, you > > > > will need to use some wrapping divs. > > > > >http://malsup.com/jquery/cycle/int2.html > > > > > The examples at the bottom of that page show how you can cycle through > > > > divs. > > > > > On Sep 30, 1:11 pm, Ricardo <ricardo.soaresdel...@gmail.com> wrote: > > > > > > Hello! I have this html markup: > > > > > > <div class="dinamica" style="position: relative; padding-bottom: 5px;" > > > > > height="124" width="200"> > > > > > --some images here > > > > > </div> > > > > > <div style="padding-bottom: 5px;" height="124" width="200"> > > > > > <a href="javascript:void(0);"> > > > > > <img height="124" border="0" width="200" src="images/anuncio.png"/ > > > > > > </a> > > > > > </div> > > > > > > And this javascript code: > > > > > $('.dinamica').cycle({fx : 'fade', timeout : '4000'}); > > > > > > The images in the "dinamica" div turns ok. But the second div stays > > > > > bellow the dinamica div. I tried to change the display of both divs to > > > > > "block", and changing the position property. Any tip how to solve > > > > > this? > > > > > Thanks.