Change background color of JQuery slider
- by DotnetDude
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)