Results 1 to 5 of 5

Thread: Custom scrollbar within div layers

  1. #1
    Join Date
    Nov 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Custom scrollbar within div layers

    Custom Scrollbar
    http://www.dynamicdrive.com/dynamici...gescroller.htm

    I'm looking for some help with this script - whether or not it can be used within div layers to make each section scroll. I've fiddled around with the code and can't get it to work, and I'm wondering if it's possible at all, and if so how to get it to work.

    Thanks in advance,
    Erica

  2. #2
    Join Date
    Nov 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Bump...

    Anyone got any ideas on this? Or are my attempts futile...?

  3. #3
    Join Date
    Oct 2004
    Location
    Texas
    Posts
    54
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Me thinks they may be futile.

    You could try using Iframes instead.

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

    Default

    Unfortunately it would be difficult to modify this script to scroll only parts of the page content. An easier way like someone mentioned above is to use iframes, or for inline content, do something like:

    Code:
    <div style="width: 200px; height: 200px; background-color: yellow; overflow:scroll; overflow-x: hidden">
    <p>df<p>dfdf<p>df<p>dfdf<p>df<p>dfdf<p>df<p>dfdf<p>df<p>dfdf
    </div>
    The key is overflow: scroll, which is supported by both IE and Firefox/ Mozilla. overflow-x is only supported in IE, and disables the horizontal scrollbar.

  5. #5
    Join Date
    May 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hi every one
    i m newbie in js. i m using this script with on iframe .. but my problem is that, I have to use this script in table. means i want to keep my header constant and want to move rows of my table with script like this one... i will be thankful if u guys can provide some relative material

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
  •