Works both with Internet Explorer, Opera and Netscape Navigator...
Note that the background image doesn't scroll with the text.
When scrolling the image remains static.
Just take care of the font color...and the picture size
Just one line of html-css code in the body tag :
body background='../gif/dragrnd.gif' style='background-color:black;color:lightyellow;background-attachment:fixed;background-repeat:no-repeat;background-position:2px 10px;'
Works both with Internet Explorer, Opera and Netscape Navigator...
Note that the background image doesn't scroll with the text.
When scrolling the image remains static.
Just take care of the font color...and the picture size
Just one line of html-css code in the body tag :
body background='../gif/dragrnd.gif' style='background-color:black;color:lightyellow;background-attachment:fixed;background-repeat:no-repeat;background-position:2px 10px;'
Copy the Html-Css script source code below :