background-repeat property


What it does:
If a background-image is specified, this property controls how the image is repeated if itsn't large enough to cover the entire elemnt.

HTML Equivalent:
None

Values:
repeat: Image is tiled both horizontally and vertically
repeat-x: Image is tiled horizontally only from the original position
repeat-y: Image is tiled vertically only from the original position
no-repeat: Image is not repeated (sometimes isn't suppoerted by all browsers)

Example:
External Style Sheet: body {background-image: url(IMG URL HERE); background-repeat: x-repeat;}
In-line: <p style="background-image: url(IMG URL HERE); background-repeat: no-repeat;">

CSS Properties: Contents

::Fonts
font-style
font-weight
font-family
color
::Text
text-align
text-decoration
text-transform
text-shadow
::Backgrounds
background-color
background-image
background-repeat
background-attachment
::Scrollbars ::Dimensions ::Margins and Padding
::Borders
Border
Border-width
Border-style