bgproperties attribute | bgProperties property

all
alt
ch
dir
id
min
rel
top
url
URL
urn
Expand Minimize
This topic has not yet been rated - Rate this topic

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.

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

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.