Using custom scrollbar on jquery lightbox
        Posted  
        
            by 
                Bhupi
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bhupi
        
        
        
        Published on 2010-12-22T07:51:24Z
        Indexed on 
            2010/12/22
            7:54 UTC
        
        
        Read the original article
        Hit count: 354
        
Hi,
I need to use a custom scrollbar on jquery lightbox. My requirement is that when user clicks on a link then a popup appears and the popup contains 2 or 3 tabs, user can click on any tab to see it's content. In one of those tabs I need scrollbar to show huge content but the scrollbar should not be default it should be custom with any color. Currently I am using "JQuery's JScrollPane" plugin http://jscrollpane.kelvinluck.com to achieve the functionality, but this is not working on IE 6,7 and 8, mean scrollbar does not appear on IE. It works fine on Firefox and Chrome.
Note: the same plugin works fine on IE also when I use it on page's element which is available while page load but not while the element is shown dynamically on lightbox.
Thanks
© Stack Overflow or respective owner