Is there a way of doing one big backgroundimage, i have at the moment little ones repeating. I did this because there is less download time when the image comes in, do you have the css code to get just one big one that is easy to download, this is the code I have now
#footer {
background:#eee url('http://honsinger.files.wordpress.com/2008/11/painting-with-effects1.jpg') repeat top;
border:none;
}
thanks,