jQuery Perfect scrollbar plugin
There's no css change on any original element ,Do not affect the original design layout,The scrollbar css is fully customizable,The scrollbar size and position can be updated
Source
<script> function change_size() { var width = parseInt($("#Width").val()); var height = parseInt($("#Height").val()); if(!width || isNaN(width)) { width = 600; } if(!height || isNaN(height)) { height = 400; } $("#Demo").width(width).height(height); // update perfect scrollbar $('#Demo').perfectScrollbar('update'); } $(function() { $('#Demo').perfectScrollbar(); }); </script>
The article source:http://noraesae.github.com/perfect-scrollbar/
You might also like
Tags
accordion accordion menu animation navigation animation navigation menu carousel checkbox inputs css3 css3 menu css3 navigation date picker dialog drag drop drop down menu drop down navigation menu elastic navigation form form validation gallery glide navigation horizontal navigation menu hover effect image gallery image hover image lightbox image scroller image slideshow multi-level navigation menus rating select dependent select list slide image slider menu stylish form table tabs text effect text scroller tooltips tree menu vertical navigation menu