SyntaxFix
Write A Post
Hire A Developer
Questions
Use the CSS 3 property background-size:
background-size
#my_container { background-size: 100% auto; /* width and height, can be %, px or whatever. */ }
This is available for modern browsers, since 2012.