OK, after a few hours and some Internet research I think I found a way to spread an image across my page. Let me know what you guys think.
My CSS:
#body {
background-image: url(my image url);
background-attachment: fixed;
}
1) I noticed that the image only fills in 3/4's of the page so what I did was put a few <br />'s so it would fill the page and walaa!! Is this bad practice? Would it work across different browsers?
2) Also, my image is 1024 x 731. How do I compress it and still have the same look, quality and the way it is viewed on the page?
3) I found that I like the look of some of the images that are oversized (meaning that only a portion of it is showing). Is there a way I can keep this look while compressing the image?
At your convenience,
Erek