FIXED BACKGROUND
- Example code #1: <BODY BACKGROUND="bfly4.gif" BGPROPERTIES="fixed">
Result of code: the following link will take you to a test page with the above example code for its body tag.
Fixed background text page.
Doesn't work in Firefox
Table of Contents - Example code #2: 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); -->
Result of code: the following link will take you to a test page with the above example code for its body tag.
Fixed background text page.