Difference between revisions of "CSS GUIDE BACKGROUND IMAGE"

From CDOT Wiki
Jump to: navigation, search
(Summary)
(Summary)
Line 1: Line 1:
 
== Summary ==
 
== Summary ==
 
The background image property is used to set the background image for a given element.
 
The background image property is used to set the background image for a given element.
 +
 +
<table border="2">
 +
<tr>
 +
<td><b>Applicability:</b></td><td>The background image property can be used for all CSS elements.<td>
 +
</tr>
 +
<tr>
 +
<td><b>[http://developer.mozilla.org/en/docs/CSS:%40media#Media_groups Media Group:]</b>
 +
</td><td>Visual</td>
 +
</tr>
 +
<tr>
 +
<td><b>Inherited:</b></td><td>No</td>
 +
</tr>
 +
</table>
  
 
== Syntax ==
 
== Syntax ==

Revision as of 00:33, 22 November 2006

Summary

The background image property is used to set the background image for a given element.

Applicability:The background image property can be used for all CSS elements.
Media Group: Visual
Inherited:No

Syntax

Legal Values

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also