I'm not sure but you should make sure your inside div have less or
equal height than the jcarousel clip div

(in css file it's the
.jcarousel-clip-horizontal {
    height: 13px;
})

On 20 fév, 22:22, Jack Killpatrick <[EMAIL PROTECTED]> wrote:
> Wondering if anyone can help me with this...
>
> I have a page usingjcarouselkind of like how this page is using it:
>
> http://www.jobberbase.com/
>
> I have HTML content in each of the "slides". In some of my slides, I
> don't have control over how much HTML will be present in them, so I want
> to be able to show a vertical scrollbar as needed. I tried wrapping my
> slide content in a div with style="overflow:auto;", but when I do that,
> it seems to interfere with an overflow:hidden thatjcarouselrelies on
> to prevent the content of each slide from showing to the left and right
> of the main viewing area when the slides are, um, slid.
>
> Basically, by adding the div in the slide and setting overflow:auto on
> the div, when I slide the slides, they appear outside of the main
> control (to either the left or the right).
>
> Anyone know how to accomplish what I need to do? I haven't been able to
> find any carousel examples that show vertically scrollable content in a
> slide.
>
> Thanks,
> Jack

Reply via email to