Hi,
1st : "That my slider measures from a 0 to 10 with a precision of 0,01" : It can be made in advanced setting , but remind: 0.01 not 0,01 (dot). (Slider minimum value: 1 and Slider maximum value: 10 and Slider accuracy: 0.01 )
2nd: "the text at each side of the sliders, like putting BAD---GOOD" Try to put The sub question|BAD|GOOD and Slider left/right text separator to |
For the other : i think we can do a lot in CSS (template.css):
Code:
.ui-slider{width:100%;display:block}
.slider_callout{display:none}
For don't display the cursor at start, surely be possible. Please have a look at:
- Our manual (1st and 2nd are on our manual ....)
- Jquery and jquery-ui documentation
- Css documentation.
Denis