Results 1 to 3 of 3

Thread: Slick Custom Scrollbar script scrolling wrong

  1. #1
    Join Date
    Feb 2012
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Slick Custom Scrollbar script scrolling wrong

    1) Script Title: Slick Custom Scrollbar script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex11/scrollc.htm

    3) Describe problem: Scrolls the whole text down, rather than moving onto the next text as shown in the demo

    Slick Custom Scrollbar script

    http://www.guidetofootballgrounds.co.uk/scroll8.html

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    At a glance the problem seems to occur because the content you currently have inside the scrollable area is too short (and doesn't actually need scrollbars to fully view). To confirm this try either shortening the height of your content or increase the amount of content inside this DIV so part of it is clipped (thus requiring the scrollbar to fully view):

    Code:
    div[rel='scrollcontent1'] { width: 250px; height: 800px;}
    DD Admin

  3. #3
    Join Date
    Feb 2012
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Was probably not the best example to show. I am trying to use it with a drop down list (as I have not found yet a script with dropdown and scroll, if anyone knows of one that does both then great!)

    http://www.guidetofootballgrounds.co.uk/scroll8.html

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
  •