Difference between revisions of "CSS GUIDE BACKGROUND IMAGE"

From CDOT Wiki
Jump to: navigation, search
(Legal Values)
Line 25: Line 25:
 
<td>none</td><td>Specifies that no background image is to be used.</td>
 
<td>none</td><td>Specifies that no background image is to be used.</td>
 
</tr>
 
</tr>
 
+
</table>
 
== Mozilla Recommended Values ==
 
== Mozilla Recommended Values ==
  

Revision as of 00:39, 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

urlA URL path to an image file to be used as the background image.
noneSpecifies that no background image is to be used.

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also