Created
November 14, 2013 00:42
-
-
Save carlos-sanchez/7459249 to your computer and use it in GitHub Desktop.
Clip property.
First thing you should note: the clip property only works on elements with position: absolute or position: fixed. It won’t work with relative or static positioning. The clip property accepts only three different values: auto: this is the default behavior. Setting clip to auto is the same thing as not using clip at all. inherit: we…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clip: rect(40px, 260px, 150px, 80px); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment