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
w3ii.com - Play it