I'm inspecting the div with the IE developer toolbar and it looks like
the dinamica div's height isn't being recognized. When the plugin
initializes, it puts in a bunch of inline styles, so I'm thinking the
height and width you have set may be getting overwritten.Add the
dinamica div's height and width via css rather than inline in a style
attribute. Also, I would try removing text-align: right from the div.

Either that, or wrap the dinamica div in <div style="width: 200px;
height: 124px;"> </div>


On Sep 30, 5:20 pm, Ricardo <ricardo.soaresdel...@gmail.com> wrote:
> Nothing! :) Just stay there, they are just replacement images.
>
> On 30 set, 14:11, amuhlou <amysch...@gmail.com> wrote:
>
> > 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.

Reply via email to