I was wondering if anyone had suggestions about this -- it's still
stumping me.  I set up a simpler preview page here that has just the
code necessary to display the mis-funtioning carousel:

http://beta.jewishjournal.com/site/highlight_test/

Thanks!

TTFN
Travis



On Apr 19, 2:40 am, Travis Smith <[EMAIL PROTECTED]> wrote:
> I'm trying to use jQuery to have this page to display a vertical
> carousel at the bottom of the page, in the large JJ Highlights
> section:
>
> http://beta.jewishjournal.com/
>
> But as you can see, instead of having one row of highlights, I'm
> seeing all three rows and the height of the box is extremely large.
> I'm using this basic code, with some additional options set:
>
> jQuery(document).ready(function() {
>     jQuery('#mycarousel').jcarousel({
>         vertical: true,
>         visible: 1
>     });
>
> });
>
> If I leave everything the same and instead use a horizontal carousel,
> it works fine.
>
> Any idea why I can't get the carousel to show just one item at a time
> vertically?
>
> TTFN
> Travis Smith
> Hop Studios

Reply via email to