Change background color of JQuery slider

Posted by DotnetDude on Stack Overflow See other posts from Stack Overflow or by DotnetDude
Published on 2010-03-07T01:40:41Z Indexed on 2010/04/16 18:13 UTC
Read the original article Hit count: 127

Filed under:
|

I understand I can set the background color of the value from min to the current slider selection by doing a:

#slider .ui-slider-range { background: #88ac0b; }

How do I set the background color for the entire slider (not just from the min or max to the selected value)

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui