Description

Shortcut attribute for the five background style attributes (
background-attachment
background-color
bachground-image
background-repeat
background-position ).
Values can be specified in any order and are seperated by a space.

Example

 body{ 
  background: url(images/bg.jpg) no-repeat fixed top left;
}

Values
background-attachment background-color bachground-image background-repeat
Default value
transparent
Introduced in CSS version
1
Inherited
No
Browser Support
BrowsersIE ieFirefox firefoxSafari safariOpera operaChrome chrome
Versions51160.2

See the full list CSS properties and browser support: CSS Properties