EN
이 콘텐츠는 한국어로 제공되지 않아 영어 버전으로 표시됩니다.
7명 중 4명이 도움이 되는 것으로 평가 - 이 항목 평가

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

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

커뮤니티 추가 항목

추가
© 2013 Microsoft. All rights reserved.