You are here: HTML > Document Tags > <BODY ...>
Attribute for <BODY ...>
BGPROPERTIES =FIXED
| Usage Recommendation |
| Use it, but don't rely on it. |
BGPROPERTIES creates a "watermark" on the page, a background image which does not scroll with the rest of
the page. BGPROPERTIES must be used with the value FIXED.
BGPROPERTIES, a MSIE extension, must be used with the BACKGROUND
attribute.
This body tag:
<BODY BACKGROUND="/graphics/thistle.gif" BGPROPERTIES=FIXED>
helps create this page.
<BODY TOPMARGIN="..."> >>>
|