Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

bgproperties attribute | bgProperties property

Sets or gets the properties of the background picture.

Syntax

HTML<element bgproperties="p" ... >
JavaScript

p = object.bgProperties

 

Property values

Type: String

empty string

Default. Background can scroll.

fixed

Background is fixed and cannot scroll.

Remarks

The property specifies whether the picture is a fixed watermark or scrolls with the document.

This attribute or property is supported only by Windows Internet Explorer.

Examples

This example uses a fixed background image for the document.


<body background="/ie/images/watermrk.png" bgproperties="fixed"
bgcolor=#FFFFFF text=#000000 link=#ff6600 vlink=#330099>

See also

body

 

 

Show:
© 2017 Microsoft