![]() |
|
|
+ Search |
![]()
|
Mar 19th, 2001 13:26
Ben Gordon,
You can use CSS to accomplish that task but be aware that it will only
work in IE as some of the needed properties are not supported by NS
4.xx. Just place this code in the head section of your document.
<style>
body {background-image: url(http://your_image.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;}
</style>