CSS Property:
clip:

Result:
Play with different clip values for this yellow DIV element.
CSS Code:

div#myBox {
  position:absolute;
  background-color:yellow;
  width:100px;
  clip:auto;
}
  
Click the property values above to see the result
W3Schools.com - Play it