When adjusting the height / width of the jQuery UI slider (and descriptor), the handle now moves too far to the left (from the slider). Is there a recommended way to do this?
Here is a script to show you what I mean: http://jsfiddle.net/w7A4k/
I have not seen anything in the API documentation , and I am using a very basic setup:
$("#slider").slider({ orientation: "horizontal", max: 100, min: 0 });
jquery css jquery-ui slider
lhan
source share