Difference between revisions of "CSS GUIDE BACKGROUND IMAGE"

From CDOT Wiki
Jump to: navigation, search
(Legal Values)
(Legal Values)
Line 18: Line 18:
 
   
 
   
 
== Legal Values ==
 
== Legal Values ==
 +
<table border="2">
 +
<tr>
 +
<td>url</td><td>A URL path to an image file to be used as the background image.</td>
 +
</tr>
 +
<tr>
 +
<td>none</td><td>Specifies that no background image is to be used.</td>
 +
</tr>
  
 
== 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

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

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