|
The background still while you scroll the page up or down.
This script is very simple and easy to implement to your web pages, just copy and paste , for this you have to have the background image file ready in the root directory (same location where is located the page you wish to put the script in. Edit the web page with (optional) the "Note pad" and look for the "<body...>" tag, right under this tag paste this script: <style>body{background: black url('fixed.jpg') fixed; }--> </style> The name of the file used as background in red letters is fixed.jpg , you have to replace with the file name you have ready for it.
|