Difference between revisions of "CSS GUIDE BACKGROUND IMAGE"
(→Legal Values) |
|||
Line 20: | Line 20: | ||
<table border="2"> | <table border="2"> | ||
<tr> | <tr> | ||
− | <td>url</td><td>A URL path to an image file to be used as the background image.</td> | + | <td>'''url'''</td><td>''A URL path to an image file to be used as the background image.''</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <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> | </table> | ||
+ | |||
== Mozilla Recommended Values == | == Mozilla Recommended Values == | ||
Revision as of 23:40, 21 November 2006
Contents
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
url | A URL path to an image file to be used as the background image. |
none | Specifies that no background image is to be used. |