background-repeat

Support Key: CSS1 | CSS2 | IE4B2 | N4B3 | O3.5
Other Color/Background Properties
color
layer-background-color
layer-background-color
background
background-color
background-image
background-attachment
background-position
= Index DOT Css by Brian Wilson [bloo@blooberry.com] =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
repeat
Applicable Elements:
ALL
Inherit From Parent:
No
Applicable Media:
Visual
HTML Equivalent:
NA
What is it?
If a 'background-image' is specified, this value specifies how the image is repeated if the image is not large enough to cover the entire element. All image rendering covers the content and padding areas of the element's box.

Allowed Values
inherit
CSS2
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
repeat
CSS1 | CSS2 | IE4B2 | N4B3 | O3.5
Type: Explicit
Description:
Image is repeated (tiled) both vertically and horizontally.
repeat-x
CSS1 | CSS2 | IE4B2 | N4B3 | O3.5
Type: Explicit
Description:
Image is repeated (tiled) horizontally only (to the left and right) of the originating position.
repeat-y
CSS1 | CSS2 | IE4B2 | N4B3 | O3.5
Type: Explicit
Description:
Image is repeated (tiled) vertically only (upwards and downwards) of the originating position.
no-repeat
CSS1 | CSS2 | IE4B2 | N4B3 | O3.5
Type: Explicit
Description:
Image is not repeated. Only a single occurrence of the background image behind the current element is used, at the specified position.
Example
Ext/Doc: body { background-image: url(http://www.foo.com/image.gif);
background-repeat: repeat-y }
In-Line:  <body STYLE="background-image: url(http://www.foo.com/image.gif);
background-repeat: repeat-y">text</body>
Browser Peculiarities

Boring Copyright Stuff....