I would like to have the footer image of my website stick to the bottom of the browser when the page content is short.
The CSS code I have for that image is:
#site-container {width:100%; background:url(.../site-bg-foot.jpg) no-repeat left bottom;}
and it works perfectly for the pages where the content is longer.
I have tried using code from some tutorials out there but I have not been able to get the results I want. Is there a property I can add to that line of code to make the image stay at the bottom?
Thank you