Sets or retrieves the background picture tiled behind the text and graphics on the page.
Syntax
| HTML | <element background="p" ... > |
|---|---|
| JavaScript | |
Property values
Type: String
the URL of the file to use as the background picture for the page.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 7.5.1 (Deprecated)
Remarks
This property is deprecated in favor of the background-image attribute of CSS.
Windows Internet Explorer 8 or later. In IE8 Standards mode, the value of the background attribute depends on the context of the reference to the attribute. When read as a Document Object Model (DOM) attribute, background returns an absolute URL. The value specified by the page author is returned when background is read as a content attribute, when the page is displayed in an earlier document compatibility mode, or when the page is viewed with an earlier version of the browser. For more information, see Attribute Differences in Internet Explorer 8.
See also
- body
- Reference
- backgroundImage
- Conceptual
- Defining Document Compatibility
Send comments about this topic to Microsoft
Build date: 11/28/2012