MooScroll is a MooTools 1.2 class that allows you to customize how the scrollbar looks on scrollable divs. Syntax: html: <link rel="stylesheet" href="css/mooscroll.css" type="text/css" media="all" /> … <div class="scroll">Content Here</div> … <script src="http://www.google.com/jsapi"></script><script>google.load("mootools", "1.2.1");</script> <script src="js/mootools-1.2-more(slider-drag-scroll)yuic.js" ></script> <script src="js/MooScroll_0.59.js" ></script> javascript: var myScroll = new MooScroll({/*options here*/}); Options: selector [string]: CSS style selector to […]
↧