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:rect(0px,25px,25px,0px);
}
Click the property values above to see the result
W3Schools.com - Play it