I am looking to make sure that the footer image on my website remains at the bottom of the browser when the page content is short.
The CSS code currently being used for this is:
#site-container {width:100%; background:url(.../site-bg-foot.jpg) no-repeat left bottom;}
This code works perfectly for longer pages, but I am struggling to find a solution for shorter ones. I have tried various tutorials without success. Is there a specific property I can add to the existing code in order to keep the image anchored at the bottom?
Thank you