saya telah mencobanya dan berhasil , serta support dengan berbagai jenis browser .
hack scrollbar telah dihilangkan jadi kalian tinggal pakai .

telah di uji di widget html/javascript dengan menggabung seluruh susunan [bekerja].
script masih asli , alangkah baiknya di ubah .
sebaiknya kalian edit , bila terjadi perubahan tampilan ,
ini terjadi dikarenakan dibagian css atau script dari widget tersebut.
ini terjadi dikarenakan dibagian css atau script dari widget tersebut.
<div id="scrollbar1">
<div class="scrollbar">
<div class="content">
<h3>Easy Scroll [$7]</h3><br /><br />
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).<br />
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).<br />
<img src='https://0.s3.envato.com/files/15906721/images/kung-fu-panda-original.jpg'/><br />
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).<br />
<h4>The standard Lorem Ipsum passage</h4><br />
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.
</div>
</div>
</div>
<style>
.scrollbar .content{
position: absolute;
}
.scrollbar {
overflow:hidden;
position: absolute;
}
.scrollbar.grab{
cursor: url(https://0.s3.envato.com/files/15906721/cursors/openhand.cur) , move !important;
cursor: -moz-grab;
cursor: move;
}
.scrollbar.grabbing{
cursor: url(https://0.s3.envato.com/files/15906721/cursors/openhand.cur) , move !important;
cursor: -moz-grabbing;
cursor: move;
}
div.scrollbar_dragger {
position: relative;
}
div.scrollbar_dragger.vertical {
float:right;
}
div.scrollbar_dragger.horizontal {
}
div.scrollbar_dragger *{
margin:0;
padding:0;
font-style:normal;
text-decoration:none;
}
div.scrollbar_dragger .back{
-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
cursorointer;
position:absolute;
background-color:#E6E6E6;
}
div.scrollbar_dragger .back.over{
background-color:#CCCCCC;
}
div.scrollbar_dragger .dragger{
-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
cursorointer;
position:absolute;
height:100px;
}
div.scroll_button{
height:30px;
width:30px;
position: relative;
margin:5px 0px;
margin-right:3px;
float:right;
cursorointer;
}
div.scroll_button span.hover{
height:30px;
width:30px;
position: absolute;
cursorointer;
}
</style>
<script type="text/javascript" src="https://0.s3.envato.com/files/15906721/jquery/jquery-1.6.2.min.js"></script>
<!--script type="text/javascript" src="https://0.s3.envato.com/files/15906721/jquery/jquery.mousewheel.min.js"--><!--/script-->
<script>
/* Copyright (c) 2009 Brandon Aaron (http://brandonaaron.net)
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
*
* Version: 3.0.2
*
* Requires: 1.2.2+
*/
(function(c){var a=["DOMMouseScroll","mousewheel"];c.event.special.mousewheel={setup:function(){if(this.addEventListener){for(var d=a.length;d{this.addEventListener(a[--d],b,false)}}else{this.onmousewheel=b}},teardown:function(){if(this.removeEventListener){for(var d=a.length;d{this.removeEventListener(a[--d],b,false)}}else{this.onmousewheel=null}}};c.fn.extend({mousewheel:function(d){return d?this.bind("mousewheel",d):this.trigger("mousewheel")},unmousewheel:function(d){return this.unbind("mousewheel",d)}});function b(f){var d=[].slice.call(arguments,1),g=0,e=true;f=c.event.fix(f||window.event);f.type="mousewheel";if(f.wheelDelta){g=f.wheelDelta/120}if(f.detail){g=-f.detail/3}d.unshift(f,g);return c.event.handle.apply(this,d)}})(jQuery);
</script>
<script type="text/javascript" src="https://0.s3.envato.com/files/15906721/jquery/jquery.ba-resize.min.js"></script>
<!--script src="https://0.s3.envato.com/files/15906721/js/pngFixer.js"--> <!--/script-->
<script src="https://0.s3.envato.com/files/15906721/js/scrollbar.min.js"></script>
<script src="https://0.s3.envato.com/files/15906721/js/buttons.js"></script>

Tambahkan komentar Komentator
Konversi KodeOOT