CSS Property:
overflow-x:

Result:
CSS Code:
#myDIV {
  width:150px;
  height:200px;
  overflow-x:scroll;
}
Click the property values above to see the result
W3Schools.com - Play it