help please to fix my problem. i am newby in jquery ui. And have tried to create jquery slider:
http://jsfiddle.net/InviS/LYE8B/4/
But it outstep my in right position (see example). how can i limit the slider?
help please to fix my problem. i am newby in jquery ui. And have
Share
Here you go: http://jsfiddle.net/NAC7b/10/.
It’s a bit hacky, but I wrap the slider within a parent
<div>, and give the slider a max-width of93%. Here’s my changed CSS:And JavaScript: