.testscroll { 
   overflow-Y: scroll;
   overflow-x: hidden;
}


div.over { 
   overflow: scroll; 
   height: 100px; 
   width: 100px; 
}