Jquery UI Scroll Bar not fitting the contents -
i using jquery ui scroll bar http://jqueryui.com/demos/slider/#side-scroll link customized scroll bar http://providentfeed.com/beta/search.php. can see @ bottom using pagination. problem scroll bar starting middle , don't move on start , when move right shows empty space after means not able move corners. in jquery default demo, perfect. idea please, fix problem?
regards
i inspect page , think problem css. div of class .scroll-bar , child div class .ui-handle-helper-parent not equal. if 2 div have same width work required. in page computed width of class .scroll-bar 289px. try
$('.ui-handle-helper-parent').width('289px'); or
$('.ui-handle-helper-parent').width($('.scroll-bar').width()); if have border in .scroll-bar actual width of div including right , left border.
Comments
Post a Comment