Reference number: CH000053
How to create a fixed background image on a web page.
Question:How to create a fixed background image on a web page.
Answer:To make the background imaged fixed or not scroll add the BGPROPERTIES="FIXED"
code into the body statement as shown below.
<BODY BACKGROUND="bg.gif" BGCOLOR="#000000"
VLINK="#808080" BGPROPERTIES="FIXED"
TEXT="#C0C0C0" LINK="#FF0000"
ALINK="#0000FF"><CENTER>. Additional information:
- Additional information bout creating a background with one
single image can be found on document
CH000966.
|