Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Vertical slideshow

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #25948
    netxm
    Member

    Please help, I’m not very good in javascript
    I need to make a vertical slideshow of pictures, automatic (no up and down buttons), just running pictures. :?: It has to be in the left sidebar area. Any suggestions will be appreciated. Site url: http://bachuk.com/fezayarns/

    #63058
    Rob MacKay
    Participant
    #63086
    netxm
    Member

    Thank you. I googled it, but didn’t find anything.
    Anyway, thank you. I found what I was looking for… http://www.webdesignbooth.com/create-a-vertical-scrolling-news-ticker-with-jquery-and-jcarousel-lite/

    #63094
    Rob MacKay
    Participant

    awesome :)

    Good luck!

    #63212
    netxm
    Member

    Is there anyway to change direction of JCarousellite to "top to bottom". ?

    #63225
    Rob MacKay
    Participant

    Come on dude – atleast read some documentation lol :)

    $(".vertical .jCarouselLite").jCarouselLite({
    btnNext: ".vertical .next",
    btnPrev: ".vertical .prev",
    vertical: true
    });

    #63231
    netxm
    Member

    Thank you Rob. But I need it to work without any buttons. I want autoscroll, now it is working from bottom to top, and I need to change the direction. I read documentation, googled it – no luck.

    #63230
    Rob MacKay
    Participant

    well you didnt read very far… all you need to add is

    auto:500

    to make it auto scroll every 500ms

    If you read Step 4 in the tut you linked it tells you that… he even says

    "The script itself is pretty straight forward. The “auto:500? means it will auto-scroll every 500ms. There are a lot of options which you can configure easily. Refer the documentation for more information."

    #63228
    netxm
    Member

    I know it, now it works well without buttons, using autoscroll. But all I need to change is direction, I need it to scroll from top to bottom, that’s it. I can’t find it anywhere.

    #63229
    netxm
    Member

    http://fezayarns.com that’s how it looks now.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.