How to show only horizontal scroll bar only?

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

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

For Example:-

.horizonatal_scroll_bar

{
overflow-x:auto;
}


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response