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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -