overflow: none|clip|scroll ;
div{
border:black medium solid;
overflow:none;
width:128px;
height:128px;
}
div{
border:black medium solid;
overflow:clip;
width:128px;
height:128px;
}
div{
border:black medium solid;
overflow:scroll;
width:128px;
height:128px;
}