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