Results 1 to 3 of 3

Thread: Scrolling Slideshow

  1. #1
    Join Date
    Nov 2009
    Posts
    11
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Smile Scrolling Slideshow

    Hi, I have done lots of searching on sites and couldnt find anything. I just want a scrolling slideshow for my website like this:

    http://www.melissajenkinsphotography.com/portfolio.html

    Any ideas? Thanks

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    That's not a script or anything real fancy. You can get that effect by having a division:

    HTML Code:
    <div style="overflow: auto; width: 600px; height: 400px;">
    put your image tags here
    </div>
    The trick is the overflow combined with the dimensions. You should set the height to the height of your images, and your width to less than the width of the width of all of the images combined. If you do this, a scrollbar like the one from your example page will auto appear.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Nov 2009
    Posts
    11
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    ok thanks. I will have a play with it
    Last edited by funktheory; 11-02-2009 at 10:50 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •