Do not put the background image in the footer ... make it the background image of the body!
Then make your body tag like this:
body { line-height: 1; overflow: auto; background-image: url(http://img.photobucket.com/albums/v410/justice4all_quiet/bottom_clouds.jpg); background-repeat: repeat-x; background-position:bottom center; background-attachment:fixed; background-color: #b1ceff; font: normal 95% Sathu, Verdana, Arial, Tahoma; text-align: center; height: 100%; }
Remember to remove the code from the footer for the image. ALSO remove the background color in the footer to avoid any problems.
source share