The bgproperties attribute of the BODY element specifies a fixed background image.
<body background="back.gif" bgproperties="fixed">
| Attribute | Value | Explanation |
|---|---|---|
| bgproperties=" " | fixed | fixed background image (non-scrolling) |
Extension attribute. (Non standard attribute)
Use CSS instead of this attribute. Please see the "Related Document" for details on CSS.
<html> <head> <title>TAG index</title> </head> <body background="image/back.gif" bgproperties="fixed" bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000"> </body> </html>