While adjusting the height/width of the jQuery UI Slider and handle, I've noticed that the handle sometimes slides too far to the left, going off the slider. Is there a recommended way to prevent this from happening?
You can see what I mean by checking out this fiddle: http://jsfiddle.net/w7A4k/
I couldn't find any specific solution in the API Documentation, even though my setup is very basic:
$("#slider").slider({
orientation: "horizontal",
max: 100,
min: 0
});