Clipping

The clip property is used to make only a portion of the box attached to a positioned elements visible.

The possible values are

PropertiesDescription
rect(top right left bottom)top & bottom - integer values representing the distance in pixels from top margin of the box right & left - integer values representing the distance in pixels from left margin of the box
auto(all boxes attached to an element is visible - default value)
example
clip: rect(25px 200px 75px 100px)
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +