Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: [DHTML&CSS] Scrollbars at both sides

  1. #1
    Join Date
    Nov 2006
    Location
    Latvia
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation [DHTML&CSS] Scrollbars at both sides

    1) CODE TITLE:
    Scrollbars at both sides
    there is an option to have only one scrollbar on the left.
    Added simple browser check,but there may be more compatible browsers.
    The script works fine with MSIE5...MSIE6, Opera9, Firefox and Flock(all latest geckos).
    Some browsers with custom theme may hide left scrollbar, it depends on width [default=16..17px] of the scrollbar.

    2) AUTHOR NAME/NOTES:
    Author: K.K.Kukurs
    sorry for my english

    3) DESCRIPTION:
    This script will create scrollbars at both sides of the window.

    4) URL TO CODE:
    http://www.oh.lv/dblacroll.html
    Last edited by akkucis; 11-03-2006 at 05:32 AM.

  2. #2
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    1. Doesn't work
    2. Shakes when scrolling
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  3. #3
    Join Date
    Nov 2006
    Location
    Latvia
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    works fine with FF MSIE6 MSIE7 Opera 9.0 on Windows xp and Fedora 3

  4. #4
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  5. #5
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    works fine with FF

  6. #6
    Join Date
    Nov 2006
    Location
    Latvia
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default


  7. #7
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Strange...
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  8. #8
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    How about an option to just have scrollbars on the left?

  9. #9
    Join Date
    Nov 2006
    Location
    Latvia
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    only left side?
    I added the option, but there is no need for scripting on MSIE:

    <body dir=rtl>
    <div dir=ltr>

    scrollable content

    </div>
    </body>
    Last edited by akkucis; 11-01-2006 at 07:27 PM.

  10. #10
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Cool.

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
  •