Easy Tutorial
❮ Pr Grid Auto Columns Css3 Pr Grid Rows ❯

CSS3 background-origin Property

Example

Background image positioned relative to the content box:


Browser Support

The numbers in the table specify the first browser version that fully supports the property.

Property
background-origin 4.0 9.0 4.0 3.0 10.5

Definition and Usage

The background-Origin property specifies the positioning area of the background images.

Note: This property has no effect if the background-attachment property is set to "fixed".

Default value: padding-box
Inherited: no
--- ---
Version: CSS3
--- ---
JavaScript syntax: object.style.backgroundOrigin="content-box"
--- ---

Syntax

Value Description
padding-box Background image position relative to the padding box
border-box Background image position relative to the border box
content-box Background image position relative to the content box

Related Articles

CSS3 Tutorial: CSS3 Backgrounds

❮ Pr Grid Auto Columns Css3 Pr Grid Rows ❯