How to hide Vertical scroll bar only.

 Posted by vishalneeraj-24503 on 12/16/2013 | Category: ASP.NET Interview questions | Views: 2674 | Points: 40
Answer:

With the help of Overflow CSS Property,we can hide Vertical scroll bars as there is X and Y direction.
X means Horizontal and Y means Vertical direction.

For Example:-

.hide_vertical_scroll_bar

{
overflow-y:hidden;
}


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response