Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: SAG Content Scroller v1.3

  1. #11
    Join Date
    Feb 2011
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    bump???

  2. #12
    Join Date
    Feb 2011
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    bump???

  3. #13
    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

    First thing I'd try is having more messages. Or reduce the height of the scroller:

    Code:
    div#mysagscroller{
    width: 200px;  /*width of scroller*/
    height: 110px;
    background: #fff;
    }
    That worked out well in a local mock up.
    - John
    ________________________

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

  4. #14
    Join Date
    Sep 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I found a CSS fix for it:

    On the last <li> add a height to it. That way it won't show for a certain height and if they try to scroll they wont see it again unless they keep clicking.

    So as an example it would be <li style="height:600px;"></li>

    It worked for me,

    Good luck

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
  •