I have defined a tag with a CSS attribute “overflow” set to “scroll”. This is giving me both the vertical and the horizontal scroll bars. I only want the vertical scroll bar. What should i do?
Share
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 could try using the
This will give you a vertical scroll-bar…
Using
will only show the scrollbar if it is necessary.