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.

borderThe background clips to the border of the box.
contentThe background clips to the content of the box.
paddingThe background clips to the padding of the box.
textThe background clips to the text of the box. Available in Safari 4.0 and later.

Versions