Difference between revisions of "CSS GUIDE BACKGROUND IMAGE"
(→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 23:33, 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 |