--- title: '-webkit-mask-box-image' slug: Web/CSS/-webkit-mask-box-image tags: - CSS - Diseño - Referencia - Web translation_of: Web/CSS/-webkit-mask-box-image ---
{{ CSSRef() }}
{{ Non-standard_header() }}
-webkit-mask-box-image
establece la imagen de máscara para la caja del borde de un elemento.
-webkit-mask-box-image: <mask-box-image> [<top> <right> <bottom> <left> <x-repeat> <y-repeat>]
Where:
{{cssxref("<uri>")}} | <gradient> | none
<length> | <percentage>
repeat | stretch | round
.exampleone { -webkit-mask-box-image: url('mask.png'); } .exampletwo { -webkit-mask-box-image: url('logo.png') 100 100 0 0 round round; }
{{ CompatibilityTable() }}
Característica | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Soporte básico | 1.0 | {{ CompatNo() }} | {{ CompatNo() }} | {{ CompatNo() }} | 4.0 |
Característica | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Soporte básico | 2.1 | {{ CompatNo() }} | {{ CompatNo() }} | {{ CompatNo() }} | 3.2 |
{{ cssxref("-webkit-mask") }}, {{ cssxref("-webkit-mask-origin") }}, {{ cssxref("-webkit-mask-attachment") }},{{ cssxref("-webkit-mask-clip") }},{{ cssxref("-webkit-mask-image") }},{{ cssxref("-webkit-mask-composite") }},{{ cssxref("-webkit-mask-repeat") }}