[jQuery] Re: Jquery cycle plugin and images included dynamically

2008-04-17 Thread jawosis
Sorry for the bad description Diego! In fact I also assumed that the currently (not explicitly) hidden divs that the ScrollUp function scrolls in during the cycle are having this image size problem because of being asigned to visibility:hidden. But I didn't declare a visibility explicitly - I jus

[jQuery] Re: Jquery cycle plugin and images included dynamically

2008-04-12 Thread Diego A.
I am finding it hard to understand your problem, but I'm guessing it may be because when the image is hidden, the cycle plugin cannot find its dimensions (hidden elements have dimensions 0x0). Instead of display:none, have you considered off-screen positioning or visibility:hidden instead? Diego