I have one problem in my home page design. Problem is that I don’t want a scroll bar which is provided by the browser. I have created my own scroll bar so please give me hint how can do this thing?
- Can I use jQuery?
- Can I do this through HTML?
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.
Styling the scrollbar isn’t part of any standard and it’s implemented differently in different browsers. You’ll therefore want to use some JavaScript code to ensure your styles are applied consistently across browsers. Check out jScrollPane, a jQuery plugin.