- Description
Sets the background image for an element. A background-image will show up ontop of any background-color set for the element unless the image fails to load.
- Example
div{ background-image:url(bgimage.png); }
- Values
- uri
- Default value
- none
- Introduced in CSS version
- 1
- Applies to elements
- All
- Inherited
- No
- Browser Support
Browsers IE 
Firefox 
Safari 
Opera 
Chrome 
Versions 5 1 1 6 0.2
Belongs to:
See the full list CSS properties and browser support: CSS Properties