background | NN n/a IE 4 CSS 1 | ||
  | Inherited: No | ||
A shortcut attribute that lets you set up to five separate (but related) background-style attributes in one attribute statement. Values can be in any order, each one delimited by a space. Although the attribute is not officially available in Navigator 4, some combinations of values may work with it. It is a convenient attribute, so it may be worth experimenting with it in Navigator if you need cross-browser settings. | |||
CSS Syntax background: background-attachment || background-color || background-image || background-position || background-repeat | |||
Value Any combination of the five background-style attribute values, in any order. Any attribute not specified is assigned its initial value. See each attribute for details about the expected values. | |||
Initial Value None. | |||
Example BODY {background: url(watermark.jpg) repeat fixed} | |||
Applies To All elements. | |||
Object Model Reference
|