I know you can make the slider go vertical, but is there a way to start it at the top and make it go to the bottom rather then the bottom and going to the top?
Regards,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That will start the slider at the top of a default max and min slider. If you changed the max value just change were it says 100 up there to be your new max value. Few style changes and you could make it appear as your max is actually your min. Good luck.
Also quick note, then when you want to get your value since its upside down if its 100 you actually want the value to be 0 while 90 should be 10. You can get that by taking:
|(Actual Value) – 100|
in your code. There is no way to actually non ghetto rigging achieve what your goal is.