I am trying to make the following example of a progress scrollbar vertical:
I have tried for ages now and cant seem to find a way. I’m new to jquery so any help would be much appreciated.
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.
Updated version from comments:
http://jsfiddle.net/SKfGQ/5/
It works, but it’s massively fudged.
It’s as simple as inverting all thewidthandheightrelated properties.So, in the JavaScript, change
lefttotop.In the CSS, where there is a horizontal property and a vertical property, switch them.
I took the code from here: http://flowplayer.org/tools/demos/rangeinput/scrollbar.htm
And this was the result: http://jsfiddle.net/HGUzW/
The only new CSS is at the top: