Forcing to Horizontal Scrollbars.

Vishalneeraj-24503
Posted by Vishalneeraj-24503 under CSS 3 category on | Points: 40 | Views : 1359
We have an overflow-x: scroll CSS attributes.
html 
{
overflow-x: scroll;
}


Note:- In above CSS class,there would be only a Horizontal Scrollbar.

Comments or Responses

Login to post response