Example code:

Place in <head> section: <style type="text/css"> <!-- BODY{ background-repeat : no-repeat; background-attachment : fixed;background-position : right top; } --> </style>

<BODY BACKGROUND="images/clouds.jpg">

Of course, if you want to use an external style sheet, and want to apply the same style to all pages, including the same background image, place the CSS above into an external style sheet and add the following to the BODYstyles: background-image : url(images/clouds.jpg);
If your browser supports the tag,

the background will NOT move as you scroll.





|Title Page| |Basic Template|
|Color| |Dynamic HTML/Layers| |Form Tags| |Frame Tags| |HTML Entities / ISO Characters|
|Image Tags| |Link Tags| |List Tags| |Other Spacing / Layout Tags| |Rule Tags| |Sound Tags|
|Style Sheets| |Table Tags I| |Table Tags II| |Text Tags| |Bibliography / Resources| |Index|


© David Merchant 1997-2001.
<