Name
background — NN n/a IE 4 CSS 1
Synopsis
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
- IE
[window.]document.all.elementID.style.background
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access