How to get a background in CSS to stretch or scale to fill its container size?
I am doing as below
body
{
background: url(http://p1.pichost.me/i/40/1639647.jpg) no-repeat fixed;
background-size: 100%;
margin:0;
}
Whats wrong in this code ?