jQuery UI Slider customization not working

kennymint

New Member
I am trying to create a customized jQuery slider. For that, I need to change the background of the slider handle. So I tried out this code at http://jsfiddle.net/Cupidvogel/gdfgv/. As per the documentation, I have included an element with class \[code\]ui-slider-handle\[/code\] inside the slider, and am trying to set the style on that. But the background of the handle is still not changing. Can anybody tell me what am I doing wrong here?
 
Back
Top