Well, for most things in IE6 there is a hack that is best put into a separate stylesheet for IE6 crap code.
Here’s the solution to the problem in IE6 (and keep in mind this really only works with ‘body’ elements):
- body { background-image:url(images/your-image-name.jpg)
- background-attachment: fixed;
- background-repeat: no-repeat;
]]>