SlimScroll

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SlimScroll

    slimScroll is a jQuery
    plugin that transforms any div
    into a scrollable area with a nice
    scrollbar - similar to the one Facebook
    Installation
    Code:
    its better to use http instead of https
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-
    ui.js"></script>
    <script type="text/javascript" src="slimscroll.min.js"></script>
    
    $(function(){
    $('#makescroll').slimScroll({ height: '250px' });
    });
    now
    Code:
    <div id="makescroll"><?php echo file_get_contents('http://coding-talk.com');?>
    demo
    Game143 | download mobile game
    Attached Files
    Last edited by shushant; 13.05.12, 15:46.

    #2
    Nice but I hate these scroll bars on sites feel like I can press a 9iron against the dudes head and blow his head away for using it on his site lol(not you just in general) coz its always in the way if ur on a mobile browser if u move it moves, sure its nice to have the menu when u need it not needing to scroll all the way up but still annoying when u reading something
    My site: http://mimobifunclub.tk
    sigpic

    Comment

    Working...
    X