Background-size 100% not working in IE8 and IE7
问题 I have an empty div which contain a background image that is bigger than the size of the container. I fix this one by background-image property with the value (100% 100%). That's fine until you open the example in IE8 and IE7. Any solutions for that, even a javascript script or jquery plugin? i.e: http://jsbin.com/imirer/1/edit i.e: http://jsfiddle.net/bPTzE/ HTML: <div class="container"> <div class="background"></div> </div> CSS: .container { /* an example width for responsive perpose */