CSS property: -webkit-background-clip
Description
Specifies the clipping behavior of the background of a box.
Syntax
-webkit-background-clip: <behavior>;
Values
- <behavior>
The clipping behavior of the background.
border The background clips to the border of the box. content The background clips to the content of the box. padding The background clips to the padding of the box. text The background clips to the text of the box. Available in Safari 4.0 and later.