[jQuery] Re: Help using cylce(plugin)

2009-09-30 Thread amuhlou
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,

[jQuery] Re: Help using cylce(plugin)

2009-09-30 Thread Ricardo
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

[jQuery] Re: Help using cylce(plugin)

2009-09-30 Thread amuhlou
Im 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

[jQuery] Re: Help using cylce(plugin)

2009-09-30 Thread Ricardo
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: Im not sure I understand what you mean when you say the first div hides the second.  Could you post an example

[jQuery] Re: Help using cylce(plugin)

2009-09-30 Thread amuhlou
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

[jQuery] Re: Help using cylce(plugin)

2009-09-30 Thread amuhlou
I see now that it's only happening in IE6. Have you tried assigning a width to the td that encloses the whole right column? On Sep 30, 5:11 pm, 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

[jQuery] Re: Help using cylce(plugin)

2009-09-30 Thread Ricardo
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

[jQuery] Re: Help using cylce(plugin)

2009-09-30 Thread amuhlou
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

[jQuery] Re: Help using cylce(plugin)

2009-09-30 Thread Ricardo
Thanks you very much amuhlou! I've changed the width and height and put them in the css poperty. On 30 set, 14:33, amuhlou amysch...@gmail.com wrote: 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