I have a div with fixed width and height and overflow:scroll attribute.
I would like the vertical scroll bar appears in the left side of the div instead of right.
Any css or javascript solution? (supporting both ff and ie)
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.
You can use JScrollPane, a cross-browser jQuery plugin, to create a custom scrollpane with your own scrollbar.
I know you didn’t ask for a jQuery solution, but I think it’s the obvious choice in this case